diff options
author | chai <chaifix@163.com> | 2018-08-08 21:42:33 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-08 21:42:33 +0800 |
commit | a03a35b6cfe6399ceaff86a1cc035f1131427955 (patch) | |
tree | ef20b98e6d74ca8a7c2d612b0ef8ad56f1f74a3b /bin/pool | |
parent | c302ed889e01dcca8fd15ccca34e9f23972c8704 (diff) |
*update
Diffstat (limited to 'bin/pool')
-rw-r--r-- | bin/pool/pool.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/pool/pool.lua b/bin/pool/pool.lua new file mode 100644 index 0000000..39eb3a6 --- /dev/null +++ b/bin/pool/pool.lua @@ -0,0 +1,3 @@ +local pool = {} + +return pool
\ No newline at end of file |