mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 05:39:57 +08:00
Add beatmap argument
This commit is contained in:
@@ -45,7 +45,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
||||
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[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user