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:
parent
0e92b385f0
commit
0220ed21b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user