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