mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add ability to view converted beatmaps on beatmap set overlay
This commit is contained in:
@ -125,6 +125,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty(@"beatmaps")]
|
||||
public APIBeatmap[] Beatmaps { get; set; } = Array.Empty<APIBeatmap>();
|
||||
|
||||
[JsonProperty(@"converts")]
|
||||
public APIBeatmap[] Converts { get; set; } = Array.Empty<APIBeatmap>();
|
||||
|
||||
private BeatmapMetadata metadata => new BeatmapMetadata
|
||||
{
|
||||
Title = Title,
|
||||
|
Reference in New Issue
Block a user