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