Esempio n. 1
0
 public void SendMsg(SocketMsg msg)
 {
     mSocketServer.SendToAll(msg.ToProtoBuff());
 }