Exemple #1
0
 private IEnumerator SetAdIntentionCoroutine(RewardVideoIntention intention, int argument, Action endAction)
 {
     // ISSUE: object of a compiler-generated type is created
     return((IEnumerator) new UserManager.\u003CSetAdIntentionCoroutine\u003Ec__Iterator26()
     {
         intention = intention, argument = argument, endAction = endAction
     });
 }
Exemple #2
0
 public void SetAdIntention(RewardVideoIntention intention, int argument, Action endAction)
 {
     this.StartCoroutine(this.SetAdIntentionCoroutine(intention, argument, endAction));
 }