예제 #1
0
 public Direction TurnRight(Direction direction)
 {
     return(_turn.ChangeDirection(direction, 1));
 }