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