Diagram Update
This commit is contained in:
@@ -27,12 +27,13 @@ classDiagram
|
|||||||
+Person BuildCitizens()
|
+Person BuildCitizens()
|
||||||
}
|
}
|
||||||
|
|
||||||
class ITownBuilder
|
class ITownBuilder {
|
||||||
<<interface>>
|
<<interface>>
|
||||||
+ITownBuilder AddGunStore()
|
+ITownBuilder AddGunStore()
|
||||||
+ITownBuilder AddEggStore()
|
+ITownBuilder AddEggStore()
|
||||||
+ITownBuilder AddBank()
|
+ITownBuilder AddBank()
|
||||||
+List~Location~ BuildTown();
|
+List~Location~ BuildTown();
|
||||||
|
}
|
||||||
|
|
||||||
class Gun {
|
class Gun {
|
||||||
+string Name
|
+string Name
|
||||||
|
|||||||
Reference in New Issue
Block a user