示例#1
0
 public void Rotate()
 {
     block.RotateBlock();
     if (!Intersect())
     {
         block.ChangeMod();
     }
 }