mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Implement new difficulty calculator for Rulesets.Catch
This commit is contained in:
@ -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)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user