源战役客户端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

19 строки
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