id = $id; $this->name = $name; $this->level = $level; $this->population = $population; $this->agriculture = $agriculture; $this->commerce = $commerce; $this->security = $security; $this->defence = $defence; $this->wall = $wall; $this->region = $region; $this->posX = $posX; $this->posY = $posY; $this->path = $path; } }