Don't serialise path version

This commit is contained in:
smoogipoo 2019-12-09 20:18:18 +09:00
parent cd61893814
commit 47f3c4a596
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public class SliderPath
/// <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>();