mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Store user country on databased scores
This commit is contained in:
@ -10,6 +10,8 @@ namespace osu.Game.Users
|
||||
{
|
||||
string Username { get; }
|
||||
|
||||
Country Country { get; }
|
||||
|
||||
bool IsBot { get; }
|
||||
|
||||
bool IEquatable<IUser>.Equals(IUser? other)
|
||||
|
Reference in New Issue
Block a user