Add offline test scene for beatmap listing overlay

This commit is contained in:
Salman Ahmed
2021-01-25 23:41:05 +03:00
parent 9312de7c23
commit c317d60169
3 changed files with 83 additions and 2 deletions

View File

@ -81,7 +81,7 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"beatmaps")]
private IEnumerable<APIBeatmap> beatmaps { get; set; }
public BeatmapSetInfo ToBeatmapSet(RulesetStore rulesets)
public virtual BeatmapSetInfo ToBeatmapSet(RulesetStore rulesets)
{
var beatmapSet = new BeatmapSetInfo
{