mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
#define GEAR_NO_SELECTION 0
|
|
#define GEAR_HAS_COLOR_SELECTION 1
|
|
#define GEAR_HAS_ADDITIONAL_COLOR_SELECTION 2
|
|
#define GEAR_HAS_NAME_SELECTION 4
|
|
#define GEAR_HAS_DESC_SELECTION 8
|
|
#define GEAR_HAS_COLOR_ROTATION_SELECTION 16 |