mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Flags(redoing later), glowing text, proper Score and User usage
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user