1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:12:54 +08:00

Clarify purpose of APIUserScoreAggregate

This commit is contained in:
Salman Ahmed 2022-09-17 19:37:30 +03:00
parent ea0a995cc9
commit 9a10ecb378

View File

@ -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")]