Exemplo n.º 1
0
        public GameProcess gameProcess  = null; //玩家所对应的游戏进程

        //消除电脑玩家(消除玩家的所有引用)
        public void destroyAIPlayer()
        {
            curServerDeal = null;
            lobby         = null;
            gameProcess   = null;
        }