mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 16:33:50 +00:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
//flags
|
|
#define IGNORE_NOSLOW (1 << 0)
|
|
|
|
//conflict types
|
|
|
|
#define MOVE_CONFLICT_JETPACK "JETPACK"
|
|
|
|
//ids
|
|
#define MOVESPEED_ID_SANITY "sanity_component"
|
|
|
|
#define MOVESPEED_ID_MOB_GRAB_STATE "mob_grab_state"
|
|
#define MOVESPEED_ID_MOB_WALK_RUN "mob_walk_run"
|