Pull playlist beatmap checksum from api

This commit is contained in:
smoogipoo
2020-06-02 14:03:13 +09:00
parent 00024f56fa
commit 1ccdfd7364
3 changed files with 25 additions and 3 deletions

View File

@ -64,7 +64,7 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"max_combo")]
private int? maxCombo { get; set; }
public BeatmapInfo ToBeatmap(RulesetStore rulesets)
public virtual BeatmapInfo ToBeatmap(RulesetStore rulesets)
{
var set = BeatmapSet?.ToBeatmapSet(rulesets);