1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:53:51 +08:00

Ignore distance for json serialisation

This commit is contained in:
smoogipoo 2018-11-12 16:38:39 +09:00
parent 0e92b385f0
commit 0220ed21b0

View File

@ -57,6 +57,7 @@ namespace osu.Game.Rulesets.Objects
/// <summary>
/// The distance of the path after lengthening/shortening to account for <see cref="ExpectedDistance"/>.
/// </summary>
[JsonIgnore]
public double Distance
{
get