Exemplo n.º 1
0
 public static void OnLogin(this UILoginComponent self)
 {
     LoginHelper.Login(
         self.DomainScene(),
         ConstValue.LoginAddress,
         self.account.GetComponent <InputField>().text,
         self.password.GetComponent <InputField>().text).Coroutine();
 }
Exemplo n.º 2
0
 public static void OnLogin(this UILoginComponent self)
 {
     LoginHelper.Login(self.DomainScene(), "127.0.0.1:10002", self.account.GetComponent <InputField>().text).Coroutine();
 }