Move classes to separate files

This commit is contained in:
ekrctb
2020-12-09 10:40:42 +09:00
parent b52e279702
commit da2f3d4473
6 changed files with 82 additions and 45 deletions

View File

@ -19,12 +19,4 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
float Rotation { get; }
Vector2 Scale { get; }
}
/// <summary>
/// Provides a visual state of a <see cref="Fruit"/>.
/// </summary>
public interface IHasFruitState : IHasCatchObjectState
{
Bindable<FruitVisualRepresentation> VisualRepresentation { get; }
}
}