Add beatmap argument

This commit is contained in:
smoogipoo 2019-02-19 17:57:29 +09:00
parent 256fbfe492
commit 5ff890434c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ protected override IEnumerable<DifficultyHitObject> CreateDifficultyHitObjects(I
yield return new TaikoDifficultyHitObject(beatmap.HitObjects[i], beatmap.HitObjects[i - 1], clockRate);
}
protected override Skill[] CreateSkills() => new Skill[] { new Strain() };
protected override Skill[] CreateSkills(IBeatmap beatmap) => new Skill[] { new Strain() };
protected override Mod[] DifficultyAdjustmentMods => new Mod[]
{