mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Add PreviousUsernames field to the User
This commit is contained in:
parent
ccb989a191
commit
d558758000
@ -20,6 +20,9 @@ namespace osu.Game.Users
|
||||
[JsonProperty(@"username")]
|
||||
public string Username;
|
||||
|
||||
[JsonProperty(@"previous_usernames")]
|
||||
public string[] PreviousUsernames;
|
||||
|
||||
[JsonProperty(@"country")]
|
||||
public Country Country;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user