summaryrefslogtreecommitdiff
path: root/channels.lua
diff options
context:
space:
mode:
Diffstat (limited to 'channels.lua')
-rw-r--r--channels.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/channels.lua b/channels.lua
new file mode 100644
index 0000000..8139b9a
--- /dev/null
+++ b/channels.lua
@@ -0,0 +1,6 @@
+local channels = {
+ "PROGRESS"
+
+}
+
+return CreatEnumTable(channels) \ No newline at end of file