예제 #1
0
 public MovableGrid RotateLeft()
 {
     return(new MovableGrid(row, col, inner.RotateLeft()));
 }
예제 #2
0
 public MovableGrid RotateLeft()
 {
     return(new MovableGrid(tetromino.RotateLeft(), this.Row, this.Col));
 }