Esempio n. 1
0
 public void RunActionPlan(ActionPlan <L, V> actionPlan)
 {
     executor.ExecutePlan(actionPlan.Actions, actionPlan.Goal);
 }