Ejemplo n.º 1
0
 public override void Construct()
 {
     foreach (var item in houseParts)
     {
         builder.Biuld(item);
     }
 }