Esempio n. 1
0
 public GoalConstructor(BuildingRender building, Db db, IBuildingService buildingService,
                        ProgressConstructor progressConstructor)
 {
     this.building            = building;
     this.db                  = db;
     this.buildingService     = buildingService;
     this.progressConstructor = progressConstructor;
 }
Esempio n. 2
0
 public BuildingConstructor(Transform root, BuildingAssets buildingAssets, ProgressConstructor progressConstructor)
 {
     this.root                = root;
     this.buildingAssets      = buildingAssets;
     this.progressConstructor = progressConstructor;
 }