Пример #1
0
 public IEnumerator RegisterChinaPaymentLoginCoroutine(SDKLogin loginInfo, Action <PSServerMessage> endAction = null)
 {
     // ISSUE: object of a compiler-generated type is created
     return((IEnumerator) new UserManager.\u003CRegisterChinaPaymentLoginCoroutine\u003Ec__Iterator17()
     {
         loginInfo = loginInfo, endAction = endAction, \u0024this = this
     });
 }
Пример #2
0
 public void RegisterChinaPaymentLogin(SDKLogin loginInfo, Action <PSServerMessage> endAction = null)
 {
     this.StartCoroutine(this.RegisterChinaPaymentLoginCoroutine(loginInfo, endAction));
 }