1 2 3 4 5 6 7 8 9
AsuraEngine.Sound = AsuraEngine.Asset.Sub("Sound") local Sound = AsuraEngine.Sound function Sound.Ctor(self) end return Sound