Update naming

This commit is contained in:
Dean Herbert
2022-07-18 16:16:59 +09:00
parent eddf106f7c
commit 51f91fe62e
5 changed files with 10 additions and 10 deletions

View File

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