summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/graphics/mesh2d.lua
blob: 13b270ac5a61285c7abec5cc60360d28161c13ee (plain)
1
2
3
4
5
6
7
8
9
AsuraEngine.Mesh2D = AsuraEngine.Asset.Sub("Mesh2D")

local Mesh2D = AsuraEngine.Mesh2D

function Mesh2D.Ctor(self)

end

return Mesh2D