Nuclide
Software Development Kit for id Technology
Main Page
Related Pages
Modules
Classes
teams.h
1
2
enum
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
};
src
shared
teams.h
2009-2024 (C) Nuclide is a project by
Vera Visions, L.L.C.
and is available under the
ISC License
.