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