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.
|
|
- 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
|