summaryrefslogtreecommitdiff
path: root/scripts/gui/chat.js
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-07-24 23:00:59 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-07-24 23:00:59 -0400
commit7abeb4a35a0105b94e599de9970404c98790b4d9 (patch)
tree0cbd81329df21fcdbc5a896a0711657fc60958a1 /scripts/gui/chat.js
parent50a1c6f8432b541d84a1326ae8515589440a3804 (diff)
Clean up game element
Diffstat (limited to 'scripts/gui/chat.js')
-rw-r--r--scripts/gui/chat.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gui/chat.js b/scripts/gui/chat.js
index 7cd1ae2..90259e2 100644
--- a/scripts/gui/chat.js
+++ b/scripts/gui/chat.js
@@ -1,5 +1,7 @@
'use strict';
+const CHAT_RPC = ["addChannel", "recieveMessage", "deleteChannel"]
+
class Chat {
constructor(e, soc)
{