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); }