public IWorkshopTree Parse(ActionSet actionSet, MethodCall methodCall)
 {
     actionSet.DeltinScript.GetComponent <WaitAsyncComponent>().AddToQueue(actionSet, methodCall.Get(0), methodCall.Get(1));
     return(null);
 }