summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/graphics/mesh2d.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/graphics/mesh2d.lua')
-rw-r--r--Source/Asura.Framework/graphics/mesh2d.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Asura.Framework/graphics/mesh2d.lua b/Source/Asura.Framework/graphics/mesh2d.lua
index e69de29..1c53608 100644
--- a/Source/Asura.Framework/graphics/mesh2d.lua
+++ b/Source/Asura.Framework/graphics/mesh2d.lua
@@ -0,0 +1,6 @@
+local Mesh2D = AsuraEngine.Asset.Sub("Mesh2D")
+AsuraEngine.Mesh2D = Mesh2D
+
+function Mesh2D.Ctor(self)
+
+end \ No newline at end of file