战斗结束情况 cards 队列

This commit is contained in:
2025-06-19 16:06:17 +08:00
parent 86378c16b7
commit 492e052d5b

View File

@@ -173,7 +173,9 @@ export class CardsCompComp extends CCComp {
.start();
}
clear_cards(){
console.log("[CardsComp]:清除卡牌队列")
this.cardQueue = [];
this.close_cards(GameEvent.CardsClose,null)
}
//放弃选择
give_up_select(){