Exemple #1
0
 public void SetAlgorithm(MoveAlgorithm ma)
 {
     moveOperation = ma;
 }
Exemple #2
0
 public Enemy()
 {
     moveOperation = new Drive();
 }