diff options
author | chai <chaifix@163.com> | 2018-07-26 20:34:10 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-26 20:34:10 +0800 |
commit | 2542f56bca2556b4393d382688be74c1612b2862 (patch) | |
tree | a34a497e0b68c52d711fde6ed013e6d9a42bded5 /UI/Button.lua | |
parent | 5815fa72ac78149d3efac6ab482056de0b7dbd03 (diff) |
+UI module
Diffstat (limited to 'UI/Button.lua')
-rw-r--r-- | UI/Button.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/UI/Button.lua b/UI/Button.lua new file mode 100644 index 0000000..69950b7 --- /dev/null +++ b/UI/Button.lua @@ -0,0 +1,5 @@ +local Button = {} + + + +return Button
\ No newline at end of file |