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

This commit is contained in:
gamer147
2026-07-03 22:21:26 -04:00
parent 9d4d5ff1ec
commit 80abda90bf
3 changed files with 0 additions and 246 deletions

View File

@@ -74,13 +74,4 @@ public class AreaSelInfo : MonoBehaviour
return string.Empty;
}
}
public static string GetPresentItemSpriteName(int itemID)
{
if (itemID < 0 || itemID >= CLEARPRESENT_THUMBNAIL_SPRITENAME.Length)
{
return string.Empty;
}
return CLEARPRESENT_THUMBNAIL_SPRITENAME[itemID];
}
}