Fix formatting

This commit is contained in:
PercyDan54 2021-04-03 12:44:51 +08:00
parent bd7da9eb39
commit dde255980b
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3

View File

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