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