NuclearPowered / Reactor

Modding api for Among Us
https://reactor.gg
GNU Lesser General Public License v3.0
225 stars 43 forks source link

Method Rpc #37

Closed ZiadMontaser closed 2 years ago

ZiadMontaser commented 3 years ago

Example:

[MethodRpc((uint) CustomRpcCalls.MethodRpcExample)]
public static void RpcSay(PlayerControl sender, string text)
{
    Logger<ExamplePlugin>.Info($"{sender.Data.PlayerName} said: {text}");
}
js6pak commented 3 years ago
Pandapip1 commented 2 years ago

Any timeline for when this is gonna be merged?