mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 06:07:26 +09: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…
x
Reference in New Issue
Block a user