Fix formatting

This commit is contained in:
PercyDan54
2021-04-03 12:44:51 +08:00
parent bd7da9eb39
commit dde255980b

View File

@ -19,9 +19,12 @@ namespace osu.Game.Beatmaps
public int ID { get; set; }
public string Title { get; set; }
[JsonProperty("title_unicode")]
public string TitleUnicode { get; set; }
public string Artist { get; set; }
[JsonProperty("artist_unicode")]
public string ArtistUnicode { get; set; }