예제 #1
0
파일: Game.cs 프로젝트: JohnBloom/SpadeBots
        public void MakeTeams()
        {
            GetPlayers();

            _teamOne = new Team(PlayerOne, PlayerThree);
            _teamTwo = new Team(PlayerTwo, PlayerFour);
        }