Add failing test case

This commit is contained in:
Bartłomiej Dach
2021-11-08 13:23:24 +01:00
parent f79c9e7f7e
commit d88fd1bfd7
2 changed files with 92 additions and 1 deletions

View File

@ -191,7 +191,7 @@ namespace osu.Game.Rulesets.Taiko.Beatmaps
protected override Beatmap<TaikoHitObject> CreateBeatmap() => new TaikoBeatmap();
private class TaikoMultiplierAppliedDifficulty : BeatmapDifficulty
internal class TaikoMultiplierAppliedDifficulty : BeatmapDifficulty
{
public TaikoMultiplierAppliedDifficulty(IBeatmapDifficultyInfo difficulty)
{