Add comments count to user profile overlay

This commit is contained in:
Joehu
2021-03-21 11:16:59 -07:00
parent ee7370b21a
commit e31d583a7f
2 changed files with 9 additions and 0 deletions

View File

@ -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;