1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 06:20:02 +08:00

Merge pull request #20355 from frenzibyte/api-user-score-aggregate-xmldoc

Clarify purpose of `APIUserScoreAggregate` using xmldoc
This commit is contained in:
Dan Balasescu
2022-09-18 11:50:06 +09:00
committed by GitHub
Unverified
@@ -10,6 +10,9 @@ using osu.Game.Scoring;
namespace osu.Game.Online.API.Requests.Responses
{
/// <summary>
/// Represents an aggregate score for a user based off all beatmaps that have been played in the playlist.
/// </summary>
public class APIUserScoreAggregate
{
[JsonProperty("attempts")]