cull(engine-cleanup): pass-8 phase-2 cascade round 1 after MyPageItemBattle stub
This commit is contained in:
@@ -6,29 +6,6 @@ namespace Wizard;
|
||||
|
||||
public static class FreeAndRankMatchDeckSelectConfirmDialog
|
||||
{
|
||||
public static void Create(DialogBase dialogDeckList, DeckData deck, bool isBattleEnd)
|
||||
{
|
||||
if (!deck.IsUsable())
|
||||
{
|
||||
InCompleteDeckDecideDialog.Create(dialogDeckList, deck, null, canUseNonPossessionCard: false, ChangeViewSceneAndSetBattleRetry);
|
||||
return;
|
||||
}
|
||||
CompleteDeckDecideDialog.CreateForSingleDeck(dialogDeckList, deck, showSimpleStageOption: true, delegate
|
||||
{
|
||||
DecideDeck(deck, isBattleEnd);
|
||||
}).DecisionUI.CardListCustomize = delegate(UICardList uiCardList)
|
||||
{
|
||||
if (!deck.IsRentalDeck)
|
||||
{
|
||||
uiCardList.SetEnableBlueButton(isEnable: true, Data.SystemText.Get("Card_0007"), delegate
|
||||
{
|
||||
|
||||
DeckCardEditUI.SetDeckEditParameter(deck, null);
|
||||
ChangeViewSceneAndSetBattleRetry(UIManager.ViewScene.DeckCardEdit);
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public static void DecideDeck(DeckData deck, bool isBattleEnd, bool notBlack = false, bool notCollider = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user