源战役客户端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

19 wiersze
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