mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:05:29 +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>
|
/// <summary>
|
||||||
/// The distance of the path after lengthening/shortening to account for <see cref="ExpectedDistance"/>.
|
/// The distance of the path after lengthening/shortening to account for <see cref="ExpectedDistance"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[JsonIgnore]
|
||||||
public double Distance
|
public double Distance
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
Loading…
Reference in New Issue
Block a user