Ejemplo n.º 1
0
 public void SendDataOverNetwork(NetworkEventType eventType, NetworkSubeventType subeventType, object data)
 {
     NetworkSerializer.AssembleMessage(networkId, eventType, subeventType, data);
 }