private void Awake() { playerHealth = FindObjectOfType <HP>(); }
private void Start() { _hp = FindObjectOfType <HP>(); }