1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-20 17:30:13 +00:00
UltimateTrainingModpack/source/taunt_toggles.h

12 lines
No EOL
228 B
C

bool HITBOX_VIS = 1;
const int DI_RIGHT = 1;
uint DI_STATE = 0;
const uint NUM_DI_STATES = 2;
const uint NONE = 0;
const uint MASH_AIRDODGE = 1;
uint TOGGLE_STATE = MASH_AIRDODGE;
const uint NUM_TOGGLE_STATES = 2;