1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 03:17:19 +08:00

Bump difficulty calculator versions in preparation for release

This commit is contained in:
Dean Herbert 2025-03-06 16:05:51 +09:00
parent 1c13c2daf0
commit bdd2808fb5
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
{
private const double difficulty_multiplier = 0.0675;
public override int Version => 20241007;
public override int Version => 20250306;
public OsuDifficultyCalculator(IRulesetInfo ruleset, IWorkingBeatmap beatmap)
: base(ruleset, beatmap)

View File

@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
private bool isConvert;
public override int Version => 20241007;
public override int Version => 20250306;
public TaikoDifficultyCalculator(IRulesetInfo ruleset, IWorkingBeatmap beatmap)
: base(ruleset, beatmap)