代码提交

master
DESKTOP-7R8JEQQ\k 2025-07-19 16:39:08 +08:00
parent 0c75adcb2f
commit a117017348
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ function M:EventInit()
_gamectr:AddEventListener(GameEvent.AddScore, handler(self, self.OnAddScoreAnimation)) _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( _gamectr:AddEventListener(
GameEvent.DeskBreak, GameEvent.DeskBreak,