Exemplo n.º 1
0
 public void PlayerStopMoving()
 {
     _stateMachine.ChangeState(_waitForInputState);
     _rigidbody.isKinematic = true;
 }