mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:17:51 +08:00
Add beatmap argument
This commit is contained in:
parent
19f2593ef6
commit
0380293098
@ -68,7 +68,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
}
|
||||
}
|
||||
|
||||
protected override Skill[] CreateSkills() => new Skill[]
|
||||
protected override Skill[] CreateSkills(IBeatmap beatmap) => new Skill[]
|
||||
{
|
||||
new Aim(),
|
||||
new Speed()
|
||||
|
Loading…
Reference in New Issue
Block a user