mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:23:22 +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)
|
public void CreateAccount(string email, string username, string password)
|
||||||
{
|
{
|
||||||
Debug.Assert(State == APIState.Offline);
|
Debug.Assert(State == APIState.Offline);
|
||||||
|
|
||||||
|
var req = new RegistrationRequest();
|
||||||
|
|
||||||
|
req.Perform();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user