Add XMLDocs to difficulty attribute properties

This commit is contained in:
Dan Balasescu
2022-02-16 14:09:19 +09:00
parent 74a0e002dc
commit 84e82ef5e4
5 changed files with 75 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Difficulty
public Mod[] Mods { get; set; }
/// <summary>
/// The combined star rating of all skill.
/// The combined star rating of all skills.
/// </summary>
[JsonProperty("star_rating", Order = -3)]
public double StarRating { get; set; }