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:
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")]
|
||||
|
Loading…
Reference in New Issue
Block a user