Пример #1
0
 public UnitHealthDelta(XmlElement from, CardLoader cl)
     : base(from, cl)
 {
     Amount  = Int32.Parse(from.Attributes["amount"].Value);
     DmgType = Damage.StringToDamageType(from.Attributes["dmgType"].Value);
 }