# Team A team as defined in `TEAMINFO`. ``` struct Team { const Max; const NoTeam; string mName; } ``` - `Max` The maximum number of teams. - `NoTeam` A constant index for a player with no team. - `mName` The name of the team.