1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Serialize star difficulty for now

This commit is contained in:
smoogipoo 2017-12-21 14:44:51 +09:00
parent e8e5e8270b
commit 22f8853f49

View File

@ -123,7 +123,6 @@ namespace osu.Game.Beatmaps
[JsonProperty("difficulty_rating")]
public double StarDifficulty { get; set; }
public bool ShouldSerializeStarDifficulty() => false;
public override string ToString() => $"{Metadata} [{Version}]";