Example #1
0
 private void RotateRightIfPossible()
 {
     if (field.CanRotateRight())
     {
         block.RotateRight();
     }
 }