summaryrefslogtreecommitdiff
path: root/Source/modules/asura-framework/scripts/graphics/mesh2d.lua
blob: 05b2e2ec5675b388d37a7d7db7e4ae51ffefed48 (plain)
1
2
3
4
5
6
7
8
9
AsuraEngine.Mesh2D = AsuraEngine.Asset.Extend("Mesh2D")

local Mesh2D = AsuraEngine.Mesh2D

function Mesh2D.Ctor(self)

end

return Mesh2D