示例#1
0
        public void ToGame()
        {
            CurPlayer = 1;

            GameStep = GameStep.SelectingMain;
            foreach (Player p in m_players.Values)
            {
                CmdResponse.StartGame(p);
            }
        }