1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 00:12:28 +08:00

Add beatmap argument

This commit is contained in:
smoogipoo
2019-02-19 17:54:00 +09:00
Unverified
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(),
};