Rename enum

This commit is contained in:
Dean Herbert
2018-01-04 18:20:23 +09:00
parent 5253ee5c08
commit 5bd489863c
3 changed files with 6 additions and 6 deletions

View File

@ -50,9 +50,9 @@ namespace osu.Game.Rulesets.Catch.Objects
public enum FruitVisualRepresentation
{
Triforce,
Pear,
Grape,
DPad,
Raspberry,
Pineapple,
Banana // banananananannaanana
}