Merge pull request #8814 from smoogipoo/allcontrolpoint-serialisation

Don't serialise AllControlPoints
This commit is contained in:
Dean Herbert
2020-04-21 14:31:19 +09:00
committed by GitHub

View File

@ -56,6 +56,7 @@ namespace osu.Game.Beatmaps.ControlPoints
/// <summary>
/// All control points, of all types.
/// </summary>
[JsonIgnore]
public IEnumerable<ControlPoint> AllControlPoints => Groups.SelectMany(g => g.ControlPoints).ToArray();
/// <summary>