mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
Fix formatting
This commit is contained in:
parent
bd7da9eb39
commit
dde255980b
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user