1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 17:45:20 +08:00

Add comment about deserialising helper

This commit is contained in:
Dean Herbert 2018-02-07 18:18:26 +09:00
parent 647cc4bdad
commit 93c4612f4f

View File

@ -22,7 +22,7 @@ namespace osu.Game.Users
[JsonProperty(@"pp")]
public decimal? PP;
[JsonProperty(@"pp_rank")]
[JsonProperty(@"pp_rank")] // the API sometimes only returns this value in condensed user responses
private int rank { set => Ranks.Global = value; }
[JsonProperty(@"rank")]