Example #1
0
 private static void RandomRotateShape(Shape shape)
 {
     Direction dir = (Direction) Random.Range(0, 4);
     shape.FastRotateToDirection(dir);
 }