private IEnumerator StartGachaSceneAsync(FlowNode_ExecGacha.GachaModes mode)
 {
     // ISSUE: object of a compiler-generated type is created
     return((IEnumerator) new FlowNode_ExecGacha.\u003CStartGachaSceneAsync\u003Ec__IteratorB6()
     {
         \u003C\u003Ef__this = this
     });
 }
 private void StartGachaScene(FlowNode_ExecGacha.GachaModes mode)
 {
     CriticalSection.Enter(CriticalSections.SceneChange);
     this.mGachaMode      = mode;
     this.mGachaResultSet = false;
     ((Behaviour)this).set_enabled(true);
     this.StartCoroutine(this.StartGachaSceneAsync(mode));
 }