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

@@ -96,19 +96,6 @@ public class FormatChangeUI : MonoBehaviour
}
}
private void InitializeFormatCategoryButtons(FormatCategory anotherFormatCategory)
{
_btnRotation.onClick.Add(new EventDelegate(delegate
{
OnClickChangeFormatBtn(FormatCategory.Rotation);
}));
_btnUnlimited.onClick.Add(new EventDelegate(delegate
{
OnClickChangeFormatBtn(FormatCategory.Unlimited);
}));
UpdateAnotherFormatButton(anotherFormatCategory);
}
private void OnClickChangeFormatBtn(FormatCategory formatCategory)
{
if (_currentFormatCategory != formatCategory)