Initial design for user registration dialog

This commit is contained in:
Dean Herbert
2018-12-04 20:33:29 +09:00
parent 21305ffd71
commit 1a974f64de
11 changed files with 384 additions and 20 deletions

View File

@ -189,6 +189,11 @@ namespace osu.Game.Online.API
this.password = password;
}
public void CreateAccount(string email, string username, string password)
{
Debug.Assert(State == APIState.Offline);
}
/// <summary>
/// Handle a single API request.
/// </summary>