From fe09fb1f5fd411b2babd2b652ca3062e8a3b0c3f Mon Sep 17 00:00:00 2001 From: "pan@work" Date: Mon, 29 Jul 2024 17:09:57 +0800 Subject: [PATCH] dd --- assets/script/game/monster/MonsterViewComp.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/script/game/monster/MonsterViewComp.ts b/assets/script/game/monster/MonsterViewComp.ts index 05774720..da39570a 100644 --- a/assets/script/game/monster/MonsterViewComp.ts +++ b/assets/script/game/monster/MonsterViewComp.ts @@ -87,4 +87,5 @@ export class MonsterViewComp extends CCComp { reset() { this.node.destroy(); } + } \ No newline at end of file