Skip to content

Commit

Permalink
adding new attribut totalDifficultyFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDark98 committed Jan 12, 2025
1 parent 7ffccf2 commit ddccd66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions osu.Game/Rulesets/Difficulty/DifficultyAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ public class DifficultyAttributes
[JsonProperty("star_rating", Order = -3)]
public double StarRating { get; set; }

/// <summary>
/// The difficulty corresponding to the rhythm skill.
/// </summary>
[JsonProperty("total_difficulty_factor")]
public double TotalDifficultyFactor { get; set; }

/// <summary>
/// The maximum achievable combo.
/// </summary>
Expand Down

0 comments on commit ddccd66

Please sign in to comment.