Ejemplo n.º 1
0
 public BoardResult RotateClockwise()
 {
     return(new BoardResult(Board.RotateClockwise(), Movements.RotateClockwise()));
 }