diff options
author | chai <chaifix@163.com> | 2018-08-07 14:09:39 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-07 14:09:39 +0800 |
commit | aeba6ec617447143dcb27e0b60e3463252e24346 (patch) | |
tree | 51282da00eb8f85e724cdc899f70e429a8addba4 /channels.lua | |
parent | d557097244f512acfdc2174383820180af9df01e (diff) |
*update
Diffstat (limited to 'channels.lua')
-rw-r--r-- | channels.lua | 6 |
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 |