Skip to content

Commit

Permalink
Rename DifficultyRating to StarRating
Browse files Browse the repository at this point in the history
  • Loading branch information
matte-ek committed Aug 20, 2024
1 parent 1037f54 commit f0174e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OsuSharp/Models/Beatmaps/DifficultyAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public class DifficultyAttributes
/// <summary>
/// The difficulty rating of the beatmap.
/// </summary>
[JsonProperty("difficulty_rating")]
public float DifficultyRating { get; private set; }
[JsonProperty("star_rating")]
public float StarRating { get; private set; }

/// <summary>
/// The aim difficulty rating of the beatmap. This property may be null as it is exclusive to osu!standard beatmaps.
Expand Down

0 comments on commit f0174e6

Please sign in to comment.