diff options
Diffstat (limited to 'Source/Asura.Framework/GUI/Button.lua')
-rw-r--r-- | Source/Asura.Framework/GUI/Button.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Source/Asura.Framework/GUI/Button.lua b/Source/Asura.Framework/GUI/Button.lua deleted file mode 100644 index 67d0943..0000000 --- a/Source/Asura.Framework/GUI/Button.lua +++ /dev/null @@ -1,21 +0,0 @@ -AsuraEngine.Button = AsuraEngine.Component.Sub("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 |