1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00
This commit is contained in:
Dean Herbert 2018-12-05 13:08:35 +09:00
parent 1a974f64de
commit f3f449c749

View File

@ -192,6 +192,10 @@ namespace osu.Game.Online.API
public void CreateAccount(string email, string username, string password)
{
Debug.Assert(State == APIState.Offline);
var req = new RegistrationRequest();
req.Perform();
}
/// <summary>