a simple text chat for PEAK!

fully configurable text chat!
game accurate ui!
cross compatible with CozyChat and PeakNSpeak!
/ to start typing (configurable)
Enter to send a message
Escape to cancel out of typing
if ur making a mod and it adds a mechanic that's triggered with a key press, please consider making it work with PEAK's built-in input blocking!
a good way to do that is by wrapping the key press with if (!GUIManager.instance.windowBlockingInput),
this makes it more compatible with this mod and PEAK in general, so i'd really appeciate it.
ty!