1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Add beatmap argument

This commit is contained in:
smoogipoo 2019-02-19 17:54:00 +09:00
parent dac3c4564e
commit ea281e8596

View File

@ -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(),
};