diff options
Diffstat (limited to 'source/libs/asura-lib-framework/scripts/gui/button.lua')
-rw-r--r-- | source/libs/asura-lib-framework/scripts/gui/button.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/source/libs/asura-lib-framework/scripts/gui/button.lua b/source/libs/asura-lib-framework/scripts/gui/button.lua deleted file mode 100644 index b122931..0000000 --- a/source/libs/asura-lib-framework/scripts/gui/button.lua +++ /dev/null @@ -1,21 +0,0 @@ -AsuraEngine.Button = AsuraEngine.Component.Extend("Button") - -local Button = AsuraEngine.Button - -function Button.Ctor(self) - -end - -function Button.OnEvent(e) - -end - -function Button.OnRender() - -end - -function Button.OnUpdate(dt) - -end - -return Button
\ No newline at end of file |