public void InvokeRpcAll(string _sMethodName, params object[] _caParameters) { ThisNetworkView.InvokeRpc(0, this, _sMethodName, _caParameters); }
public void InvokeRpc(ulong _ulPlayerId, string _sMethodName, params object[] _caParameters) { ThisNetworkView.InvokeRpc(_ulPlayerId, this, _sMethodName, _caParameters); }