skillcon_timers 问题修复

This commit is contained in:
2025-08-17 22:16:09 +08:00
parent db79fbf9e0
commit c24961171f

View File

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