mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Make current state bindable protected
This commit is contained in:
parent
109a366722
commit
194c78f67a
@ -80,7 +80,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
private readonly Container<CaughtObject> droppedObjectTarget;
|
private readonly Container<CaughtObject> droppedObjectTarget;
|
||||||
|
|
||||||
[Cached]
|
[Cached]
|
||||||
public readonly Bindable<CatcherAnimationState> CurrentStateBindable = new Bindable<CatcherAnimationState>();
|
protected readonly Bindable<CatcherAnimationState> CurrentStateBindable = new Bindable<CatcherAnimationState>();
|
||||||
|
|
||||||
public CatcherAnimationState CurrentState => CurrentStateBindable.Value;
|
public CatcherAnimationState CurrentState => CurrentStateBindable.Value;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user