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:
parent
647cc4bdad
commit
93c4612f4f
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user