Files
2020-04-15 17:20:40 -07:00

11 lines
255 B
Plaintext

/// In MC init
#define GAME_STATE_INIT 1
/// Pregame lobby 2
#define GAME_STATE_PREGAME 2
/// In roundstart initialization
#define GAME_STATE_SETTING_UP 3
/// In round
#define GAME_STATE_PLAYING 4
/// Postround
#define GAME_STATE_FINISHED 5