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