public void InvokeClientRpcOnEveryone(RpcDelegate method, Stream stream, string channel = null, SecuritySendFlags security = SecuritySendFlags.None) { SendClientRPCPerformance(HashMethod(method.Method), null, stream, channel, security); }
public void InvokeClientRpc(RpcDelegate method, List <ulong> clientIds, Stream stream, string channel = null, SecuritySendFlags security = SecuritySendFlags.None) { SendClientRPCPerformance(HashMethod(method.Method), clientIds, stream, channel, security); }