Merge branch 'master' into remove-nullable-disable-in-the-mods

This commit is contained in:
Dan Balasescu
2022-07-20 13:28:28 +09:00
committed by GitHub
118 changed files with 2776 additions and 1761 deletions

View File

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