mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
#define GEAR_NO_SELECTION 0
|
|
#define GEAR_HAS_COLOR_SELECTION 1
|
|
#define GEAR_HAS_NAME_SELECTION 2
|
|
#define GEAR_HAS_DESC_SELECTION 4
|
|
#define GEAR_HAS_COLOR_ROTATION_SELECTION 8 |