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

@ -58,6 +58,7 @@ namespace osu.Game.Rulesets.Mods
public class ModCreatedUser : IUser
{
public int OnlineID => APIUser.SYSTEM_USER_ID;
public Country Country => default;
public bool IsBot => true;
public string Username { get; set; } = string.Empty;