Store user country on databased scores

This commit is contained in:
Salman Ahmed
2022-07-16 06:30:25 +03:00
parent 4968859e69
commit 4e7156cee8
5 changed files with 20 additions and 5 deletions

View File

@ -10,6 +10,8 @@ namespace osu.Game.Users
{
string Username { get; }
Country Country { get; }
bool IsBot { get; }
bool IEquatable<IUser>.Equals(IUser? other)