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