summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/filesystem/asset.lua
blob: b5f0664f65050c5f6c774b0cab4c3d0edcf21ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
local Asset = AsuraEngine.Class("Asset")
AsuraEngine.Asset = Asset

--获得资源编号
function Asset.GetGUID(self)

end

function Asset.GetAssetByGUID(guid)

end