Merge pull request #11857 from Syriiin/diffcalc/refactor/catch-clockrate-effects

Refactor catch Movement skill to not require explicit clockrate usage
This commit is contained in:
Dan Balasescu
2021-06-03 17:29:27 +09:00
committed by GitHub
12 changed files with 27 additions and 18 deletions

View File

@ -217,7 +217,7 @@ namespace osu.Game.Tests.NonVisual
throw new NotImplementedException();
}
protected override Skill[] CreateSkills(IBeatmap beatmap, Mod[] mods)
protected override Skill[] CreateSkills(IBeatmap beatmap, Mod[] mods, double clockRate)
{
throw new NotImplementedException();
}