代码提交
parent
0c75adcb2f
commit
a117017348
|
|
@ -737,7 +737,7 @@ function M:EventInit()
|
|||
|
||||
_gamectr:AddEventListener(GameEvent.AddScore, handler(self, self.OnAddScoreAnimation))
|
||||
|
||||
_gamectr:AddEventListener(GameEvent.MISSILE, handler(self, self.))
|
||||
_gamectr:AddEventListener(GameEvent.MISSILE, handler(self, self.OnMissile))
|
||||
|
||||
_gamectr:AddEventListener(
|
||||
GameEvent.DeskBreak,
|
||||
|
|
|
|||
Loading…
Reference in New Issue