战斗结束情况 cards 队列
This commit is contained in:
@@ -173,7 +173,9 @@ export class CardsCompComp extends CCComp {
|
|||||||
.start();
|
.start();
|
||||||
}
|
}
|
||||||
clear_cards(){
|
clear_cards(){
|
||||||
|
console.log("[CardsComp]:清除卡牌队列")
|
||||||
this.cardQueue = [];
|
this.cardQueue = [];
|
||||||
|
this.close_cards(GameEvent.CardsClose,null)
|
||||||
}
|
}
|
||||||
//放弃选择
|
//放弃选择
|
||||||
give_up_select(){
|
give_up_select(){
|
||||||
|
|||||||
Reference in New Issue
Block a user