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