mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Expose animation start time as mutable in interface
This commit is contained in:
@ -49,6 +49,5 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
|
||||
}
|
||||
|
||||
public Bindable<double> AnimationStartTime { get; } = new BindableDouble();
|
||||
IBindable<double> IAnimationTimeReference.AnimationStartTime => AnimationStartTime;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user