Beispiel #1
0
        public void Heal()
        {
            Healing healing = new Healing(_distribution);

            Logger.LogAction(_id, _id, healing);
            Hp += healing.GetValue();
        }