mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +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
|