Merge branch 'master' into hub-send-version-hash

This commit is contained in:
Dan Balasescu
2021-02-15 21:12:46 +09:00
committed by GitHub
3 changed files with 10 additions and 4 deletions

View File

@ -111,6 +111,6 @@ namespace osu.Game.Online.API
/// <param name="username">The username to create the account with.</param>
/// <param name="password">The password to create the account with.</param>
/// <returns>Any errors encoutnered during account creation.</returns>
RegistrationRequest.RegistrationRequestErrors CreateAccount(string email, string username, string password);
RegistrationRequest.RegistrationRequestErrors? CreateAccount(string email, string username, string password);
}
}