cull(engine-cleanup): pass-8 phase-2 cascade round 5 after AreaSelectUI stub

This commit is contained in:
gamer147
2026-07-03 22:22:31 -04:00
parent 80abda90bf
commit 59de7a8b86

View File

@@ -12,8 +12,6 @@ public class AreaSelInfo : MonoBehaviour
private static readonly string[] CLEARPRESENT_NAME = new string[10] { "", "Common_0205", "", "Common_0201", "", "", "", "", "", "Common_0115" };
private static readonly string[] CLEARPRESENT_THUMBNAIL_SPRITENAME = new string[10] { "", "thumbnail_liquid", "", "thumbnail_crystal", "", "", "thumbnail_card", "thumbnail_emblem", "thumbnail_title", "thumbnail_rupy" };
public static string GetPresentItemName(int itemID, long userGoodsId)
{
switch ((UserGoods.Type)itemID)