-IHasDrawableRepresentation, User.Region -> Country

This commit is contained in:
DrabWeb
2017-03-19 00:09:58 -03:00
parent 0bc8ed9c9e
commit b0e7296e25
7 changed files with 18 additions and 41 deletions

View File

@ -7,7 +7,7 @@ namespace osu.Game.Users
{
public int Id;
public string Username;
public Country Region;
public Country Country;
public Team Team;
}
}