Update profile header to osu-web changes

This commit is contained in:
tgi74000
2018-04-19 14:46:42 +02:00
parent c247fe1343
commit 64709da546
2 changed files with 14 additions and 2 deletions

View File

@ -98,9 +98,15 @@ namespace osu.Game.Users
[JsonProperty(@"skype")]
public string Skype;
[JsonProperty(@"discord")]
public string Discord;
[JsonProperty(@"website")]
public string Website;
[JsonProperty(@"post_count")]
public int PostCount;
[JsonProperty(@"playstyle")]
public string[] PlayStyle;