Merge branch 'master' into ruleset-filter-v3

This commit is contained in:
Bartłomiej Dach
2021-03-06 12:14:53 +01:00
35 changed files with 509 additions and 143 deletions

View File

@ -212,7 +212,7 @@ namespace osu.Game.Tests.NonVisual
throw new NotImplementedException();
}
protected override Skill[] CreateSkills(IBeatmap beatmap)
protected override Skill[] CreateSkills(IBeatmap beatmap, Mod[] mods)
{
throw new NotImplementedException();
}