cull(engine-cleanup): pass-8 phase-2 cascade round 3 after MyPageItemBattle stub
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user