Merge branch 'master' into fetch-private-chat-history

This commit is contained in:
Dan Balasescu
2020-06-09 14:42:29 +09:00
committed by GitHub
24 changed files with 353 additions and 94 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);