Exemplo n.º 1
0
 public MovableGrid RotateRight()
 {
     return(new MovableGrid(row, col, inner.RotateRight()));
 }
Exemplo n.º 2
0
 public MovableGrid RotateRight()
 {
     return(new MovableGrid(tetromino.RotateRight(), this.Row, this.Col));
 }