Ejemplo n.º 1
0
 private static IEnumerator TriggerFlowEnumerator(Flow flow, ControlOutput trigger)
 {
     yield return(flow.Coroutine(trigger));
 }