1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 00:02:56 +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; private UserStatistics statistics;
/// <summary> /// <summary>
/// The user statistics of the ruleset specified within the API request. /// User statistics for the requested ruleset (in the case of a <see cref="GetUserRequest"/> response).
/// If the user is fetched from a <see cref="GetUsersRequest"/> or similar /// Otherwise empty.
/// (i.e. is a user compact instance), use <see cref="GetStatisticsFor"/> instead.
/// </summary> /// </summary>
[JsonProperty(@"statistics")] [JsonProperty(@"statistics")]
public UserStatistics Statistics public UserStatistics Statistics