add drain rate term

This commit is contained in:
apollo-dw
2021-09-24 15:02:19 +01:00
parent c62e429cea
commit 70119d3a43
3 changed files with 4 additions and 1 deletions

View File

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