Flags(redoing later), glowing text, proper Score and User usage

This commit is contained in:
DrabWeb
2017-03-04 22:29:52 -04:00
parent d1bad34434
commit 269c139d2a
6 changed files with 132 additions and 50 deletions

View File

@ -7,5 +7,10 @@ namespace osu.Game.Users
{
public int Id;
public string Username;
/// <summary>
/// Two-letter flag acronym (ISO 3166 standard)
/// </summary>
public string FlagName;
}
}