summaryrefslogtreecommitdiff
path: root/UI/Button.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-26 20:34:10 +0800
committerchai <chaifix@163.com>2018-07-26 20:34:10 +0800
commit2542f56bca2556b4393d382688be74c1612b2862 (patch)
treea34a497e0b68c52d711fde6ed013e6d9a42bded5 /UI/Button.lua
parent5815fa72ac78149d3efac6ab482056de0b7dbd03 (diff)
+UI module
Diffstat (limited to 'UI/Button.lua')
-rw-r--r--UI/Button.lua5
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