Пример #1
0
 public void Rotate(float input)
 {
     _move.Rotate(input * RotationSpeed);
 }