public void Resume() { Debug.Assert(_prevState != State.Invalid); _state = _prevState; _movementComponent.Resume(); _staminaComponent.Resume(); }