1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Add PreviousUsernames field to the User

This commit is contained in:
Andrei Zavatski 2019-08-01 19:14:07 +03:00
parent ccb989a191
commit d558758000

View File

@ -20,6 +20,9 @@ namespace osu.Game.Users
[JsonProperty(@"username")]
public string Username;
[JsonProperty(@"previous_usernames")]
public string[] PreviousUsernames;
[JsonProperty(@"country")]
public Country Country;