示例#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));
 }