Example #1
0
 public void Login(string gameId, string hostname, int httpPort, string username, string password, Authentication.Success success, Authentication.Error error)
 {
     Authentication auth = new Authentication();
     StartCoroutine(auth.Authenticate(gameId, hostname, httpPort, username, password, success, error));
 }