Exemplo n.º 1
0
 public SelfDestructObjective(GraphMap.Objective objective, IEnumerable <Clue> objectiveProducesClues)
     : base(objective, objectiveProducesClues)
 {
 }
Exemplo n.º 2
0
 public AntennaeObjective(GraphMap.Objective objective, IEnumerable <Clue> objectiveProducesClues)
     : base(objective, objectiveProducesClues)
 {
 }
Exemplo n.º 3
0
 public SimpleObjective(GraphMap.Objective objective, IEnumerable<Clue> objectiveProducesClues)
 {
     this.obj = objective;
     this.objectiveProducesClues = objectiveProducesClues;
 }
Exemplo n.º 4
0
 public SimpleObjective(GraphMap.Objective objective, IEnumerable <Clue> objectiveProducesClues)
 {
     this.obj = objective;
     this.objectiveProducesClues = objectiveProducesClues;
 }