Exemple #1
0
 public static void OnLogin(this UILoginComponent self)
 {
     LoginHelper.OnLoginAsync().Coroutine();
 }
 public static void OnLogin(this UILoginComponent self)
 {
     LoginHelper.OnLoginAsync(self.Domain, "127.0.0.1:10002", self.account.GetComponent <InputField>().text).Coroutine();
 }