public void Transmit(INetworkingClient client)
 {
     client.SendEvent(this);
 }
Exemple #2
0
 public void Process(INetworkingClient client)//currently only support server clients and not regular clients
 {
     client.SendEvent(this);
 }