Exemplo n.º 1
0
 public void StartDirection(ISectionCommand command_receiver)
 {
     //IL_002e: Unknown result type (might be due to invalid IL or missing references)
     sectionCommandReceiver = command_receiver;
     if (coroutine != null)
     {
         this.StopCoroutine(coroutine);
     }
     this.StartCoroutine(coroutine = GetDirectionCoroutine());
 }
 public void StartDirection(ISectionCommand command_receiver)
 {
     //IL_003c: Unknown result type (might be due to invalid IL or missing references)
     if (coroutine != null)
     {
         this.StopCoroutine(coroutine);
         coroutine = null;
     }
     if (command_receiver != null)
     {
         sectionCommandReceiver        = command_receiver;
         this.StartCoroutine(coroutine = DoSkillGacha());
     }
 }