源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 rivejä
346 B

require("game.sound.SoundModel")
SoundController = SoundController or BaseClass(BaseController)
function SoundController:__init()
SoundController.Instance = self
self.model = SoundModel:getInstance()
self:RegisterProtocals()
self:InitEvent()
end
function SoundController:RegisterProtocals()
end
function SoundController:InitEvent()
end