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

@@ -695,10 +695,6 @@ public class UICardList : MonoBehaviour
UIManager.SetObjectToGrey(_showQRCodeButton.gameObject, b: true);
}
private void ShowQRCode()
{
}
private void CheckEnableShareButton()
{
bool flag = _formatBehavior.IsEnableDeckShareButton(CardCount, _maxCardNum);
@@ -765,13 +761,6 @@ public class UICardList : MonoBehaviour
}));
}
private void ChangeBlueUtilButtonPosToRightSide()
{
Vector3 localPosition = _blueUtilButtonRoot.transform.localPosition;
localPosition.x = 630f;
_blueUtilButtonRoot.transform.localPosition = localPosition;
}
private void InitUseSubClassDisplay()
{
if (!_formatBehavior.UseSubClass)