//Place home; //Place location; // These are in PhysObject as well - not sure if they need to be mirrored here for access. public Agent(Place _location, Agent _father, Agent _mother, Agent _master, int dateBorn) : base(_location) { genome = Genome.Combination(_father.genome, _mother.genome); SetHome(_mother.GetHome()); }