Beispiel #1
0
 public Unit(string name, string id, Weapon wid, Armour aid, Stat sid)
 {
     this.Name = name;
     this.ID = id;
     this.WeaponID = wid;
     this.ArmourID = aid;
     this.StatID = sid;
 }