mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Approximate amount of effective misses using combo
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user