cull(engine-cleanup): pass-8 phase-2 cascade round 3 after MyPageItemBattle stub

This commit is contained in:
gamer147
2026-07-03 21:53:04 -04:00
parent 22ef593593
commit d1f56e6dda
14 changed files with 0 additions and 319 deletions

View File

@@ -23,13 +23,4 @@ public static class FreeAndRankMatchDeckSelectConfirmDialog
// UIManager scene change, which is the only observable output.
UIManager.GetInstance().ChangeViewScene(UIManager.ViewScene.RankMatch);
}
private static void SetBattleRetryForDeckCardEdit()
{
UIManager instance = UIManager.GetInstance();
if (instance.IsCurrentScene(UIManager.ViewScene.DeckCardEdit))
{
(instance.GetUiBaseOfCurrentScene() as DeckCardEditUI).IsBattleRetry = true;
}
}
}