mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
#define MODULE_GENERAL 1
|
|
#define MODULE_LIGHT_COMBAT 2
|
|
#define MODULE_HEAVY_COMBAT 4
|
|
#define MODULE_UTILITY 8
|
|
#define MODULE_MEDICAL 16
|
|
#define MODULE_SPECIAL 32
|
|
#define MODULE_VAURCA 64 |