1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Don't serialise path version

This commit is contained in:
smoogipoo 2019-12-09 20:18:18 +09:00
parent cd61893814
commit 47f3c4a596

View File

@ -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>();