Example #1
0
 public void SetTeam(TeamName teamName)
 {
     _myTeam = teamName;
     brain.SetTeam(teamName);
 }