Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 259 Bytes

Team.md

File metadata and controls

27 lines (17 loc) · 259 Bytes

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.