Exemplo n.º 1
0
 //获取玩家输赢信息
 public void MsgGetInfo(Player player, ProtocolBase protocol)
 {
     player.Send(player.GetInfo());
 }