예제 #1
0
 private IEnumerator InspectShip(string url, ShipManager.InspectShipDelegate del)
 {
     // ISSUE: object of a compiler-generated type is created
     return((IEnumerator) new ShipManager.\u003CInspectShip\u003Ec__Iterator8()
     {
         url = url, del = del, \u0024this = this
     });
 }
예제 #2
0
 public void InspectShip(int userId, ShipManager.InspectShipDelegate del)
 {
     this.StartCoroutine(this.InspectShip(SingletonManager <Configuration> .Instance.ServerUrl + "/ShipService/InspectShip2?userId=" + (object)userId + "&accessToken=" + SingletonManager <UserManager> .Instance.userLogin.accessToken, del));
 }