Esempio n. 1
0
 //Dictionary<int, Component> DictTree = CompositeC.nodes;
 public Context(StrategyA strategy, int goal)
 {
     this.strategy = strategy;
     this.goal     = goal;
 }
Esempio n. 2
0
 //Dictionary<int, Component> DictTree = CompositeC.nodes;
 public Context(StrategyA strategy, int goal)
 {
     this.strategy = strategy;
         this.goal = goal;
 }