public void SetAlgorithm(MoveAlgorithm ma) { moveOperation = ma; }
public Enemy() { moveOperation = new Drive(); }