mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
8 lines
197 B
Plaintext
8 lines
197 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
|