Exemple #1
0
        public void MakeTeams()
        {
            GetPlayers();

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