mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 09:10:26 +08:00
Add beatmap argument
This commit is contained in:
@@ -78,7 +78,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
|
||||
}
|
||||
}
|
||||
|
||||
protected override Skill[] CreateSkills() => new Skill[]
|
||||
protected override Skill[] CreateSkills(IBeatmap beatmap) => new Skill[]
|
||||
{
|
||||
new Movement(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user