Approximate amount of effective misses using combo

This commit is contained in:
StanR
2021-10-13 20:04:34 +03:00
parent 47b6fb05f7
commit 205d95e8c6
3 changed files with 32 additions and 9 deletions

View File

@ -14,6 +14,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
public double OverallDifficulty { get; set; }
public double DrainRate { get; set; }
public int HitCircleCount { get; set; }
public int SliderCount { get; set; }
public int SpinnerCount { get; set; }
}
}