Exemplo n.º 1
0
 public void SetAlgorithm(MoveAlgorithm ma)
 {
     moveOperation = ma;
 }
Exemplo n.º 2
0
 public Enemy()
 {
     moveOperation = new Drive();
 }