1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 18:47:28 +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
commit a634ec8fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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