mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
add drain rate term
This commit is contained in:
@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user