summaryrefslogtreecommitdiff
path: root/channels.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-07 14:09:39 +0800
committerchai <chaifix@163.com>2018-08-07 14:09:39 +0800
commitaeba6ec617447143dcb27e0b60e3463252e24346 (patch)
tree51282da00eb8f85e724cdc899f70e429a8addba4 /channels.lua
parentd557097244f512acfdc2174383820180af9df01e (diff)
*update
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