public void Heal() { Healing healing = new Healing(_distribution); Logger.LogAction(_id, _id, healing); Hp += healing.GetValue(); }