Implement new difficulty calculator for Rulesets.Catch

This commit is contained in:
smoogipoo
2019-02-18 14:46:32 +09:00
parent a8faa942a6
commit 8eba94e8c9
9 changed files with 221 additions and 282 deletions

View File

@ -11,8 +11,8 @@ namespace osu.Game.Rulesets.Catch.Difficulty
public double ApproachRate;
public int MaxCombo;
public CatchDifficultyAttributes(Mod[] mods, double starRating)
: base(mods, starRating)
public CatchDifficultyAttributes(Mod[] mods)
: base(mods)
{
}
}