Add Flashlight skill

This commit is contained in:
MBmasher
2021-08-08 23:56:03 +10:00
parent c8a0b6058f
commit acdd08c966
5 changed files with 111 additions and 15 deletions

View File

@ -9,6 +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 ApproachRate { get; set; }
public double OverallDifficulty { get; set; }
public int HitCircleCount { get; set; }