mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 11:42:54 +08:00
Add some spacing to interface class
This commit is contained in:
parent
2634c6b8d9
commit
c0d20d8ce4
@ -13,10 +13,13 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
|
||||
public interface IHasCatchObjectState
|
||||
{
|
||||
PalpableCatchHitObject HitObject { get; }
|
||||
|
||||
Bindable<Color4> AccentColour { get; }
|
||||
|
||||
Bindable<bool> HyperDash { get; }
|
||||
|
||||
Vector2 DisplaySize { get; }
|
||||
|
||||
float DisplayRotation { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user