cull(engine-cleanup): pass-8 phase-2 cascade round 1 after GachaUI stub
This commit is contained in:
@@ -198,11 +198,6 @@ public class Footer : UIBase
|
||||
}
|
||||
}
|
||||
|
||||
public void SetButtonEnable(int index, bool isEnable)
|
||||
{
|
||||
underButtons[index].isEnabled = isEnable;
|
||||
}
|
||||
|
||||
public void InviteIconDisp(bool inDisp)
|
||||
{
|
||||
InviteIcon.SetActive(inDisp);
|
||||
@@ -303,12 +298,6 @@ public class Footer : UIBase
|
||||
}
|
||||
}
|
||||
|
||||
public void SetShopBadgeIconVisible(bool visible)
|
||||
{
|
||||
Data.MyPageNotifications.data.ShopNotification.AppealCardPack.NeedsFooterBadgeIcon = visible;
|
||||
UpdateShopBadgeIcon();
|
||||
}
|
||||
|
||||
public void OverwriteLabelColors(eColorCodeId gradientTopColorId, eColorCodeId gradientBottomColorId, eColorCodeId effectColorId)
|
||||
{
|
||||
OverwriteLabelGradients(gradientTopColorId, gradientBottomColorId);
|
||||
|
||||
Reference in New Issue
Block a user