去掉 HeroSelectEnd 等 无用 信号
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user