mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
wip
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user