mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:02:57 +08:00
Add beatmap argument
This commit is contained in:
parent
dac3c4564e
commit
ea281e8596
@ -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(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user