mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 00:43:14 +00:00
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
#define SUCCESSFUL_SPAWN 2
|
|
#define NOT_ENOUGH_PLAYERS 3
|
|
#define MAP_ERROR 4
|
|
#define WAITING_FOR_SOMETHING 5
|
|
|
|
#define EVENT_CANT_RUN 0
|
|
#define EVENT_READY 1
|
|
#define EVENT_CANCELLED 2
|
|
#define EVENT_INTERRUPTED 3
|