Пример #1
0
 public void StartRotate(float x)
 {
     isRotating = true;
     percent    = Mathf.Abs(x);
     cutting.ReadyRight(percent > cutPercent ? true : false);
 }