mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Add MappingFollowerCount field to User
This commit is contained in:
parent
2aa1df9ea4
commit
966440f109
@ -126,6 +126,9 @@ namespace osu.Game.Users
|
||||
[JsonProperty(@"follower_count")]
|
||||
public int FollowerCount;
|
||||
|
||||
[JsonProperty(@"mapping_follower_count")]
|
||||
public int MappingFollowerCount;
|
||||
|
||||
[JsonProperty(@"favourite_beatmapset_count")]
|
||||
public int FavouriteBeatmapsetCount;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user