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:
parent
e8e5e8270b
commit
22f8853f49
@ -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}]";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user