mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Clarify purpose of APIUserScoreAggregate
This commit is contained in:
@ -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")]
|
||||
|
Reference in New Issue
Block a user