private void Reset()
        {
            var maxHP = hp.GetMaxHP();

            hp.AdjustHealth(maxHP);
        }