mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 11:23:23 +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")]
|
[JsonProperty(@"pp")]
|
||||||
public decimal? 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; }
|
private int rank { set => Ranks.Global = value; }
|
||||||
|
|
||||||
[JsonProperty(@"rank")]
|
[JsonProperty(@"rank")]
|
||||||
|
Loading…
Reference in New Issue
Block a user