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

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

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