mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Serialize star difficulty for now
This commit is contained in:
@ -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}]";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user