Add basic structure for skinning fruits

This commit is contained in:
Dean Herbert
2020-02-17 18:47:22 +09:00
parent ea6772ce04
commit 7ce00bebf0
5 changed files with 346 additions and 238 deletions

View File

@ -5,5 +5,10 @@ namespace osu.Game.Rulesets.Catch
{
public enum CatchSkinComponents
{
FruitBananas,
FruitApple,
FruitGrapes,
FruitOrange,
FruitPear,
}
}