mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 21:21:59 +00:00
12 lines
380 B
Plaintext
12 lines
380 B
Plaintext
#define ATTACK_LOG "Attack"
|
|
#define DEFENSE_LOG "Defense"
|
|
#define CONVERSION_LOG "Conversion"
|
|
#define SAY_LOG "Say"
|
|
#define EMOTE_LOG "Emote"
|
|
#define MISC_LOG "Misc"
|
|
#define DEADCHAT_LOG "Deadchat"
|
|
#define OOC_LOG "OOC"
|
|
#define LOOC_LOG "LOOC"
|
|
|
|
#define ALL_LOGS list(ATTACK_LOG, DEFENSE_LOG, CONVERSION_LOG, SAY_LOG, EMOTE_LOG, DEADCHAT_LOG, OOC_LOG, LOOC_LOG, MISC_LOG)
|