public void Copy(DaggerfallResistances other) { Fire = other.Fire; Frost = other.Frost; DiseaseOrPoison = other.DiseaseOrPoison; Shock = other.Shock; Magic = other.Magic; }
public void Copy(DaggerfallResistances other) { Fire = other.Fire; Cold = other.Cold; Poison = other.Poison; Shock = other.Shock; Magic = other.Magic; Disease = other.Disease; Paralysis = other.Paralysis; }