Example #1
0
 public BuildingsBuilder(District3 ditsrict)
 {
     structures = ditsrict.GetComponentsInChildren <Building3>();
 }
Example #2
0
        public PlotsBuilder(District3 ditsrict)
        {
            structures = ditsrict.GetComponentsInChildren <Plot3>();

            segments = ditsrict.GetComponentsInChildren <PathSegment3>();
        }
Example #3
0
        public AreasBuilder(District3 ditsrict)
        {
            areas = ditsrict.GetComponentsInChildren <Area3>();

            farBuildings = ditsrict.GetComponentsInChildren <_StructureInterArea3>();
        }