源战役客户端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

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