diff options
author | chai <chaifix@163.com> | 2018-07-31 20:13:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-31 20:13:58 +0800 |
commit | 0efe3cf55bde25c0627899b36dbe1694dd338234 (patch) | |
tree | 0a3e755ab402337985acad191193488db9df7d1e /pool | |
parent | 6d8683c933c55fa117b465c4e35b08c28143ef1c (diff) |
+loghelper
Diffstat (limited to 'pool')
-rw-r--r-- | pool/pool.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pool/pool.lua b/pool/pool.lua new file mode 100644 index 0000000..39eb3a6 --- /dev/null +++ b/pool/pool.lua @@ -0,0 +1,3 @@ +local pool = {} + +return pool
\ No newline at end of file |