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

This commit is contained in:
gamer147
2026-07-03 21:52:04 -04:00
parent 006a6ae7ab
commit 22ef593593
26 changed files with 1 additions and 769 deletions

View File

@@ -55,7 +55,6 @@ public partial class UIManager
public UIRoot UIManagerRoot;
public Camera UIRootLoadingCamera;
public GameObject _lotteryApplyPrefab;
public Dictionary<ViewScene, ChangeViewSceneParam> TopBarBackParameterDict;
public DeckCreateMenuUI _deckCreateMenuOriginal;
public bool isErrorProc;
public bool isRetryProc;
@@ -87,7 +86,6 @@ public partial class UIManager
public UIBase GetUIBase(ViewScene scene) => default!;
public T GetCurrentSceneParam<T>() where T : class => default!;
public void OverrideSceneParam(ViewScene scene, object sceneParam) { }
public object GetLastSceneChangeParam(ViewScene scene) => default!;
public T GetSceneParam<T>(ViewScene scene) where T : class => default!;
public void ChangeViewScene(ViewScene nextScene, ChangeViewSceneParam param = null, object sceneParam = null) { }
public void OnReadyViewScene(bool isFadein, Action onFinishChangeView = null, Action onFinishFadeIn = null) { }
@@ -102,7 +100,6 @@ public partial class UIManager
public DialogBase CreateDialogClose(bool isSystem = false, bool dontChangeLabelColor = false) => default!;
public DialogBase CreateConfirmationDialog(string message) => default!;
public void dialogAllClear() { }
public void ActiveChangeDialogAll(bool active) { }
public bool isOpenDialog() => default!;
public void createInSceneLoading(bool notBlack = false, bool notCollider = false, bool force = true, int playIndex = -1) { }
public void closeInSceneLoading(bool force = true) { }