using Fort23.Core; using Fort23.Mono; namespace GameUI.Combat { public class LevelBattleCombatMono : CombatMonoBaisc { protected override async CTask ProGameOver(bool isWin) { await BattleSettlementPanel.OpenPanel(isWin,UICallBack); } private void UICallBack() { } } }