Rename FlashlightStrain to FlashlightRating

This commit is contained in:
MBmasher
2021-09-14 10:34:21 +10:00
parent 453d63cd5c
commit c4fbae136a
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
{
public double AimStrain { get; set; }
public double SpeedStrain { get; set; }
public double FlashlightStrain { get; set; }
public double FlashlightRating { get; set; }
public double ApproachRate { get; set; }
public double OverallDifficulty { get; set; }
public int HitCircleCount { get; set; }