From c24961171fd96d3a879d957ef4450a068f243c33 Mon Sep 17 00:00:00 2001 From: panfudan Date: Sun, 17 Aug 2025 22:16:09 +0800 Subject: [PATCH] =?UTF-8?q?skillcon=5Ftimers=20=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/script/game/hero/SkillConComp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/game/hero/SkillConComp.ts b/assets/script/game/hero/SkillConComp.ts index 77107851..55c50699 100644 --- a/assets/script/game/hero/SkillConComp.ts +++ b/assets/script/game/hero/SkillConComp.ts @@ -20,7 +20,7 @@ export class SkillConComp extends CCComp { HeroView:any=null; HeroEntity:any=null; skill_cd=0 - private _timers: { [key: string]: number } = {}; + private _timers: { [key: string]: any } = {}; init(): void { this.on(GameEvent.FightEnd, this.clear_timer, this); }