public void Pause() { _prevState = _state; _state = State.Pausing; _movementComponent.Pause(); _staminaComponent.Pause(); }