mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Move and rename nomination response model to singular
This commit is contained in:
@ -112,7 +112,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public BeatmapSetOnlineLanguage Language { get; set; }
|
||||
|
||||
[JsonProperty(@"current_nominations")]
|
||||
public BeatmapSetOnlineNominations[] CurrentNominations { get; set; } = Array.Empty<BeatmapSetOnlineNominations>();
|
||||
public BeatmapSetOnlineNomination[] CurrentNominations { get; set; } = Array.Empty<BeatmapSetOnlineNomination>();
|
||||
|
||||
[JsonProperty(@"related_users")]
|
||||
public APIUser[] RelatedUsers { get; set; } = Array.Empty<APIUser>();
|
||||
|
Reference in New Issue
Block a user