cull(engine-cleanup): pass-8 phase-2 cascade round 1

[trim] fully-unreachable files deleted: 6
[trim] files edited: 55, files deleted: 0, nodes removed: 244
[type-trim] files edited: 1, types removed: 1

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-07-03 21:18:18 -04:00
parent 3fb37f0249
commit c9628dee01
61 changed files with 4 additions and 1109 deletions

View File

@@ -22,7 +22,6 @@ public partial class BattleLogManager
public static BattleLogManager GetInstance() => _instance ??= new BattleLogManager(); // HEADLESS-FIX (M9): non-null singleton so the draw's unguarded BattleLog tail (UpdateFusionedCardSkillDrewCard, and the IsBattleLog AddLogSkillDrawCard calls) no-ops instead of NRE on a null instance
private BattleLogManager() { }
public void SetUp(Transform parent, BattleManagerBase battleMgr, OperateMgr operateMgr, BattlePlayer battlePlayer) { }
public void Clear() { }
public void ClearDestroyedCardList(bool isPlayer) { }
public void SetActiveShowButton(bool isActive) { }
public void HideLog() { }

View File

@@ -15,7 +15,6 @@ public partial class BattlePlayerView
public BattlePlayerView(BattlePlayer battlePlayer) { }
public static bool HasKeyword(CardParameter cardParameter) => default!;
public bool IsMoving() => default!;
public static DialogBase CreateKeyPanel(UILabel label, IList<string> keywordList, CardMaster.CardMasterId cardMasterId) => default!;
public static DialogBase CreateKeyPanel(string skillDescription, UILabel label, CardMaster.CardMasterId cardMasterId) => default!;
public static void PressKeyWordColorChange(UILabel label, bool press) { }
public static void SetKeyWordLabelColor(UILabel label, string colorCode = "[ffcd45]") { }

View File

@@ -8,7 +8,5 @@ public partial class GameObjMgr
public void DisposeUIGameObj() { }
public GameObject AddUIContainerChildPrefab(string str) => default!;
public GameObject AddUIManagerRootChildPrefab(string str) => default!;
public GameObject GetUIContainer() => default!;
public Camera GetUIContainerCam() => default!;
public GameObject GetSubUIContainer() => default!;
}

View File

@@ -7,12 +7,6 @@ namespace Wizard
public partial class MailTopTask
{
public partial class MailTopTaskParam { }
public int? LastPageRead { get; set; }
public long ServerTime { get; set; }
public long RequestTime { get; set; }
public MailTopTask() { }
public void SetToFirstPage() { }
public void SetParameter(bool isTutorial) { }
public void SetParameterToNextPage() { }
}
}

View File

@@ -112,7 +112,6 @@ public partial class UIManager
public void closeInSceneCenterLoading(bool force = true, bool disableCollider = false) { }
public LoadingInScene createInSceneLoadingMatching(bool notBlack = false, bool notCollider = false) => default!;
public LoadingInScene CloseInSceneLoadingMatching() => default!;
public LoadingInScene CloseInSceneLoadingBattle() => default!;
public void createInSceneNotNetwork() { }
public void closeInSceneNotNetwork() { }
public void CreatFadeOpen(Action onFinishCallback = null) { }

View File

@@ -14,7 +14,6 @@ public partial class UIManager
{
public partial class ChangeViewSceneParam
{
public Action OnBeforeChange { get; set; }
public Action OnChange { get; set; }
public bool IsShow_CardIntroduction { get; set; }
public int MyPageMenuIndex { get; set; }