Example #1
0
 public void UpdatePlan()
 {
     if (plan.Count == 0)
     {
         plan.Push(planner.GetAction());
     }
 }