Exemplo n.º 1
0
 public void setTarget(Func <int, Plate> a)
 {
     target = new PlateSearch(a);
 }
Exemplo n.º 2
0
 public FollowerStrategy(Func <int, Plate> a, Ghost ghost, int lookAhead)
 {
     _ghost        = ghost;
     lookAheadNumb = lookAhead;
     target        = new PlateSearch(a);
 }