예제 #1
0
 private void OnDisable()
 {
     //IL_0025: Unknown result type (might be due to invalid IL or missing references)
     if (routineWork != null)
     {
         this.StopCoroutine(routineWork);
         routineWork = null;
         changeAnim.get_gameObject().SetActive(false);
         panelChange.Lock();
         InitAnim();
     }
 }