public void Revive() { HasRevived = true; _input.Enable(); _collisionComponent.Enable(); _playerAnimationComponent.Jump(); OnRevive(); }