Ejemplo n.º 1
0
 public void SendMessage(TMsgType type, byte[] data, EDeliveryMethod method = EDeliveryMethod.ReliableSequenced)
 {
     _client?.SendMessage((short)(object)type, data);
 }
Ejemplo n.º 2
0
 public void SendMessage(TMsgType type, BaseFormater data)
 {
     _client?.SendMessage((short)(object)type, data);
 }