public virtual void AddSubGoal(Goal <T> g)
 {
 }
Exemple #2
0
 public override void AddSubGoal(Goal <T> g)
 {
     SubGoals.Insert(0, g);
 }