Skip to content

Instantly share code, notes, and snippets.

@maksymenkoml
Created October 31, 2023 18:25
Show Gist options
  • Save maksymenkoml/39cf0e70c53c5f9f8ab8c96ba39a4dfc to your computer and use it in GitHub Desktop.
Save maksymenkoml/39cf0e70c53c5f9f8ab8c96ba39a4dfc to your computer and use it in GitHub Desktop.
private async void Start()
{
Server.SetAPI(new DummyServerAPI());
await Server.API.Authentication.Authenticate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment