diff options
Diffstat (limited to 'Source/Asura.Framework/GUI/Button.lua')
-rw-r--r-- | Source/Asura.Framework/GUI/Button.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Asura.Framework/GUI/Button.lua b/Source/Asura.Framework/GUI/Button.lua new file mode 100644 index 0000000..a63cc01 --- /dev/null +++ b/Source/Asura.Framework/GUI/Button.lua @@ -0,0 +1,7 @@ +-- Ϸimgui + +local Button = AsuraEngine.Component.Extend("Button") + + + +return Button
\ No newline at end of file |