Add flow for copying existing difficulty content

This commit is contained in:
Bartłomiej Dach
2022-02-06 17:52:59 +01:00
parent 154460845b
commit a2c2b2bbb3
6 changed files with 125 additions and 19 deletions

View File

@ -136,7 +136,7 @@ namespace osu.Game.Tests.Visual
return new TestWorkingBeatmapCache(this, audioManager, resources, storage, defaultBeatmap, host);
}
public override WorkingBeatmap CreateNewBlankDifficulty(BeatmapSetInfo beatmapSetInfo, RulesetInfo rulesetInfo)
public override WorkingBeatmap CreateNewBlankDifficulty(NewDifficultyCreationParameters creationParameters)
{
// don't actually care about properly creating a difficulty for this context.
return TestBeatmap;