mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Don't serialise path version
This commit is contained in:
@ -18,6 +18,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
/// <summary>
|
||||
/// The current version of this <see cref="SliderPath"/>. Updated when any change to the path occurs.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public IBindable<int> Version => version;
|
||||
|
||||
private readonly Bindable<int> version = new Bindable<int>();
|
||||
|
Reference in New Issue
Block a user