skillcon_timers 问题修复
This commit is contained in:
@@ -20,7 +20,7 @@ export class SkillConComp extends CCComp {
|
|||||||
HeroView:any=null;
|
HeroView:any=null;
|
||||||
HeroEntity:any=null;
|
HeroEntity:any=null;
|
||||||
skill_cd=0
|
skill_cd=0
|
||||||
private _timers: { [key: string]: number } = {};
|
private _timers: { [key: string]: any } = {};
|
||||||
init(): void {
|
init(): void {
|
||||||
this.on(GameEvent.FightEnd, this.clear_timer, this);
|
this.on(GameEvent.FightEnd, this.clear_timer, this);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user