mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move classes to separate files
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user