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