mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Add comments count to user profile overlay
This commit is contained in:
@ -120,6 +120,9 @@ namespace osu.Game.Users
|
||||
[JsonProperty(@"post_count")]
|
||||
public int PostCount;
|
||||
|
||||
[JsonProperty(@"comments_count")]
|
||||
public int CommentsCount;
|
||||
|
||||
[JsonProperty(@"follower_count")]
|
||||
public int FollowerCount;
|
||||
|
||||
|
Reference in New Issue
Block a user