Add versioning to difficulty calculators

This commit is contained in:
Dean Herbert
2022-07-21 02:05:18 +09:00
parent 8f2287b968
commit aca19a005e
5 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,8 @@ namespace osu.Game.Rulesets.Catch.Difficulty
private float halfCatcherWidth;
public override int Version => 20220701;
public CatchDifficultyCalculator(IRulesetInfo ruleset, IWorkingBeatmap beatmap)
: base(ruleset, beatmap)
{