mirror of
https://github.com/osukey/osukey.git
synced 2025-05-19 12:37:38 +09:00
Add note about BeatmapMetadata.Author
being weird
This commit is contained in:
parent
8ecfb9172e
commit
a0f8debafe
@ -27,7 +27,7 @@ namespace osu.Game.Beatmaps
|
|||||||
[JsonProperty("artist_unicode")]
|
[JsonProperty("artist_unicode")]
|
||||||
public string ArtistUnicode { get; set; } = string.Empty;
|
public string ArtistUnicode { get; set; } = string.Empty;
|
||||||
|
|
||||||
public RealmUser Author { get; set; } = new RealmUser();
|
public RealmUser Author { get; set; } = new RealmUser(); // TODO: not sure we want to initialise this only to have it overwritten by retrieval.
|
||||||
|
|
||||||
public string Source { get; set; } = string.Empty;
|
public string Source { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user