Пример #1
0
 public void Pitch(float input)
 {
     _move.Pitch((InvertYAxis ? input : -input) * MouseSensitivity);
 }