From a117017348bafc098d73575f9d9c1396279c5b84 Mon Sep 17 00:00:00 2001 From: "DESKTOP-7R8JEQQ\\k" <1076390229@qq.com> Date: Sat, 19 Jul 2025 16:39:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/MainView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/View/MainView.lua b/lua_probject/base_project/Game/View/MainView.lua index 291a85f0..018d1a8b 100644 --- a/lua_probject/base_project/Game/View/MainView.lua +++ b/lua_probject/base_project/Game/View/MainView.lua @@ -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,