1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 13:22:55 +08:00

Improve documentation on Statistics

This commit is contained in:
Salman Ahmed 2021-02-09 08:55:50 +03:00
parent a1496cd8f3
commit 1466f36649

View File

@ -185,9 +185,8 @@ namespace osu.Game.Users
private UserStatistics statistics;
/// <summary>
/// The user statistics of the ruleset specified within the API request.
/// If the user is fetched from a <see cref="GetUsersRequest"/> or similar
/// (i.e. is a user compact instance), use <see cref="GetStatisticsFor"/> instead.
/// User statistics for the requested ruleset (in the case of a <see cref="GetUserRequest"/> response).
/// Otherwise empty.
/// </summary>
[JsonProperty(@"statistics")]
public UserStatistics Statistics