mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Make beatmap title use unicode
This commit is contained in:
@ -19,8 +19,10 @@ 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; }
|
||||
|
||||
[JsonIgnore]
|
||||
|
Reference in New Issue
Block a user