summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-framework/scripts/graphics/mesh2d.lua
diff options
context:
space:
mode:
Diffstat (limited to 'source/libs/asura-lib-framework/scripts/graphics/mesh2d.lua')
-rw-r--r--source/libs/asura-lib-framework/scripts/graphics/mesh2d.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/libs/asura-lib-framework/scripts/graphics/mesh2d.lua b/source/libs/asura-lib-framework/scripts/graphics/mesh2d.lua
deleted file mode 100644
index 05b2e2e..0000000
--- a/source/libs/asura-lib-framework/scripts/graphics/mesh2d.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-AsuraEngine.Mesh2D = AsuraEngine.Asset.Extend("Mesh2D")
-
-local Mesh2D = AsuraEngine.Mesh2D
-
-function Mesh2D.Ctor(self)
-
-end
-
-return Mesh2D \ No newline at end of file