Skip to content

Commit d7f7b9d

Browse files
authored
Director wants to Build a Flat
Building/Flat Floor: Three Size: Small
1 parent dab5d48 commit d7f7b9d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

builder/remix_builder.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,11 @@ def get_building(self):
6363
building = director.get_building()
6464

6565
print building
66+
67+
director.builder = FlatBuilder()
68+
69+
director.construct_building()
70+
71+
building = director.get_building()
72+
73+
print building

0 commit comments

Comments
 (0)