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/UI/Button.lua | |
parent | c302ed889e01dcca8fd15ccca34e9f23972c8704 (diff) |
*update
Diffstat (limited to 'bin/UI/Button.lua')
-rw-r--r-- | bin/UI/Button.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/UI/Button.lua b/bin/UI/Button.lua new file mode 100644 index 0000000..69950b7 --- /dev/null +++ b/bin/UI/Button.lua @@ -0,0 +1,5 @@ +local Button = {} + + + +return Button
\ No newline at end of file |