mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Add MappingFollowerCount field to User
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user