mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 02:32:55 +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")]
|
[JsonProperty(@"follower_count")]
|
||||||
public int FollowerCount;
|
public int FollowerCount;
|
||||||
|
|
||||||
|
[JsonProperty(@"mapping_follower_count")]
|
||||||
|
public int MappingFollowerCount;
|
||||||
|
|
||||||
[JsonProperty(@"favourite_beatmapset_count")]
|
[JsonProperty(@"favourite_beatmapset_count")]
|
||||||
public int FavouriteBeatmapsetCount;
|
public int FavouriteBeatmapsetCount;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user