cull(engine-cleanup): pass-8 phase-2 cascade round 1 after GachaUI stub

This commit is contained in:
gamer147
2026-07-03 22:25:44 -04:00
parent a0533bf2e3
commit e3b8b8dc0c
69 changed files with 4 additions and 6301 deletions

View File

@@ -40,14 +40,6 @@ public class ShopDrumrollScrollItem : MonoBehaviour
}
}
public void SetActiveBadge(bool isActive)
{
if (!(_objBadge == null) && _objBadge.activeSelf != isActive)
{
_objBadge.SetActive(isActive);
}
}
public void SetActivePrereleaseMark(bool isActive)
{
if (_objPrerelease == null)