mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-25 08:07:43 +01:00
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
#define EQUIP_PREVIEW_LOADOUT 1
|
|
#define EQUIP_PREVIEW_JOB 2
|
|
#define EQUIP_PREVIEW_ALL (EQUIP_PREVIEW_LOADOUT|EQUIP_PREVIEW_JOB)
|