Add beatmap argument

This commit is contained in:
smoogipoo 2019-02-19 17:58:02 +09:00
parent 19f2593ef6
commit 0380293098
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ protected override IEnumerable<DifficultyHitObject> CreateDifficultyHitObjects(I
} }
} }
protected override Skill[] CreateSkills() => new Skill[] protected override Skill[] CreateSkills(IBeatmap beatmap) => new Skill[]
{ {
new Aim(), new Aim(),
new Speed() new Speed()