mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
// Used to direct channels to speak into.
|
|
#define SAY_CHANNEL "Say"
|
|
#define RADIO_CHANNEL "Radio"
|
|
#define ME_CHANNEL "Me"
|
|
#define OOC_CHANNEL "OOC"
|
|
#define LOOC_CHANNEL "LOOC"
|
|
#define ASAY_CHANNEL "ASay"
|
|
#define MSAY_CHANNEL "MSay"
|
|
#define DONORSAY_CHANNEL "DonorSay"
|
|
#define DEADSAY_CHANNEL "DeadSay"
|