summaryrefslogtreecommitdiff
path: root/source/modules/asura-framework/scripts/audio/sound.lua
blob: d7dea4f129c70bd775314b2f3c6aae41be6bfc27 (plain)
1
2
3
4
5
6
7
8
9
AsuraEngine.Sound = AsuraEngine.Asset.Extend("Sound")

local Sound = AsuraEngine.Sound

function Sound.Ctor(self)

end

return Sound