public Style(string name, int age, string country, string shop, EnvironFr enfr, string style, int coeff, int chance, int qual, int pf) : base(name, age, country, shop, enfr) { St = style; dataStud.NatMaterial = coeff; dataStud.SynthMaterial = chance; Quality = qual; PositiveFeedback = pf; }
public Characteristics(string name, int cost, string country, string shop, EnvironFr enfr) : base(name, cost, country) { Shop = shop; EnvironFr = enfr; }
public Characteristics() : base() { Shop = "DomMebeli"; EnvironFr = EnvironFr.Four; }