1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Remove confusing pp_rank include (will be removed osu-web side too)

This commit is contained in:
Dean Herbert 2021-02-19 13:30:42 +09:00
parent b68dbbceff
commit 841c2c56d9

View File

@ -42,9 +42,6 @@ namespace osu.Game.Users
[JsonProperty(@"pp")]
public decimal? PP;
[JsonProperty(@"pp_rank")]
public int PPRank;
[JsonProperty(@"ranked_score")]
public long RankedScore;