mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 07:37:06 +01:00
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
// defines for transformation states
|
|
// per the custom_transform component
|
|
#define STATE_TRANSFORMED "transformed"
|
|
#define STATE_NOT_TRANSFORMED "not_transformed"
|
|
#define STATE_UNKNOWN_TRANSFORM "unknown"
|