public virtual System.Collections.IEnumerator Execute()
 {
     ActionNode127_Milliseconds = IntNode83;
     // ActionNode
     while (this.DebugInfo("bf1a89a3-98e0-4803-b7a0-808be2646fd3", "d9eb14db-b5db-40c3-bd01-a36f90258104", this) == 1)
     {
         yield return(null);
     }
     // Visit uFrame.Actions.MillitTimer
     ActionNode127.Milliseconds = ActionNode127_Milliseconds;
     ActionNode127.System       = System;
     ActionNode127.Complete     = () => { System.StartCoroutine(ActionNode127_Complete()); };
     ActionNode127.Execute();
     // ActionNode
     while (this.DebugInfo("9fe12bc1-ff95-4ca9-87af-04bf3d20f34d", "730a328a-620a-408f-b020-1ec2c12ed328", this) == 1)
     {
         yield return(null);
     }
     // Visit FrameUtils.getFrame
     ActionNode74_Result = FrameUtils.getFrame();
     ActionNode75_frame  = ActionNode74_Result;
     // ActionNode
     while (this.DebugInfo("730a328a-620a-408f-b020-1ec2c12ed328", "b83a3922-04bf-45ae-86ef-4cf556cad129", this) == 1)
     {
         yield return(null);
     }
     // Visit FrameUtils.getLeftHandFromFrame
     FrameUtils.getLeftHandFromFrame(ActionNode75_frame, out ActionNode75_left);
     ActionNode76_toCheck = ActionNode75_left;
     // ActionNode
     while (this.DebugInfo("b83a3922-04bf-45ae-86ef-4cf556cad129", "222aae32-7144-4f27-8cfc-34f6ccaad846", this) == 1)
     {
         yield return(null);
     }
     // Visit ConditionsUtils.isNull
     ConditionsUtils.isNull(ActionNode76_toCheck, () => { System.StartCoroutine(ActionNode76_yes()); }, () => { System.StartCoroutine(ActionNode76_no()); });
     yield break;
 }