mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
wip
This commit is contained in:
parent
1a974f64de
commit
f3f449c749
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user