mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Store mods to array and update test scenes
This commit is contained in:
@ -57,7 +57,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public DateTimeOffset? EndedAt { get; set; }
|
||||
|
||||
[JsonProperty("mods")]
|
||||
public List<APIMod> Mods { get; set; } = new List<APIMod>();
|
||||
public APIMod[] Mods { get; set; } = Array.Empty<APIMod>();
|
||||
|
||||
[JsonIgnore]
|
||||
[JsonProperty("created_at")]
|
||||
|
Reference in New Issue
Block a user