Nuclide
Software Development Kit for id Technology
teams.h
1
2enum
3{
4 TEAM_CONNECTING = 0,
5 /* this is where games can set up whatever they want */
6 TEAM_UNASSIGNED = 1001,
7 TEAM_SPECTATOR = 1002,
8};