Exemplo n.º 1
0
 protected virtual void FixedUpdate()
 {
     _xAxis = _input.GetInput()._horizontalAxis;
     if (_movementBehaviour._canMove)
     {
         _movementBehaviour.GroundMovement(_xAxis);
     }
 }