Exemplo n.º 1
0
 public static bool IsVertOrient(this MoveDirection direction)
 {
     return(direction.IsUp() || direction.IsDown());
 }