mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Store user country on databased scores
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user