Exemplo n.º 1
0
 public MoveDirection HandleObstacle(int step)
 {
     direction.Invert();
     return(direction);
 }