Exemple #1
0
 public void SendMsg(SocketMsg msg)
 {
     mSocketClient.Send(SerializeHelper.ToProtoBuff(msg));
 }