Move FruitVisualRepresentation namespace

This commit is contained in:
ekrctb
2021-06-07 13:59:17 +09:00
parent cce0220060
commit 166e4565be
5 changed files with 16 additions and 9 deletions

View File

@ -44,12 +44,4 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
ScalingContainer.RotateTo((RandomSingle(1) - 0.5f) * 40);
}
}
public enum FruitVisualRepresentation
{
Pear,
Grape,
Pineapple,
Raspberry,
}
}