DDraceNetwork Documentation
Loading...
Searching...
No Matches
team_state.h
Go to the documentation of this file.
1#ifndef GAME_TEAM_STATE_H
2#define GAME_TEAM_STATE_H
3
4enum class ETeamState
5{
6 EMPTY,
7 OPEN,
9 // Happens when a tee that hasn't hit the start tiles leaves
10 // the team.
13};
14
15#endif // GAME_TEAM_STATE_H
ETeamState
Definition team_state.h:5
@ STARTED_UNFINISHABLE