mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 11:23:00 +08:00
Serialize star difficulty for now
This commit is contained in:
parent
e8e5e8270b
commit
22f8853f49
@ -123,7 +123,6 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
[JsonProperty("difficulty_rating")]
|
[JsonProperty("difficulty_rating")]
|
||||||
public double StarDifficulty { get; set; }
|
public double StarDifficulty { get; set; }
|
||||||
public bool ShouldSerializeStarDifficulty() => false;
|
|
||||||
|
|
||||||
public override string ToString() => $"{Metadata} [{Version}]";
|
public override string ToString() => $"{Metadata} [{Version}]";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user