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