1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:09:59 +08:00

Clarify purpose of APIUserScoreAggregate

This commit is contained in:
Salman Ahmed
2022-09-17 19:37:30 +03:00
Unverified
parent ea0a995cc9
commit 9a10ecb378
@@ -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")]