mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 10:53:42 +00:00
* TGUI Say: Upgrades chat input with modern features * yes Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
6 lines
148 B
Plaintext
6 lines
148 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"
|