去掉 HeroSelectEnd 等 无用 信号

This commit is contained in:
panw
2025-06-17 08:55:03 +08:00
parent 3ad905cd59
commit 5af0a314a6
3 changed files with 0 additions and 6 deletions

View File

@@ -34,8 +34,6 @@ export class CardsCompComp extends CCComp {
this.on(GameEvent.CardRefresh, this.addToQueue, this);
this.on(GameEvent.HeroSkillSelectEnd, this.close_cards, this);
this.on(GameEvent.HeroSelectEnd, this.close_cards, this);
this.on(GameEvent.CardRefreshEnd, this.close_cards, this);
this.on(GameEvent.CardsClose, this.close_cards, this);
this.card1=this.node.getChildByName("card1")