public MovableGrid RotateLeft() { return(new MovableGrid(row, col, inner.RotateLeft())); }
public MovableGrid RotateLeft() { return(new MovableGrid(tetromino.RotateLeft(), this.Row, this.Col)); }