diff options
| author | Arne Dußin | 2020-12-15 00:46:54 +0100 |
|---|---|---|
| committer | Arne Dußin | 2020-12-15 22:51:46 +0100 |
| commit | 9799d3c6a8f0c242668203a1c70d7b6cfed3e855 (patch) | |
| tree | 9116acbc886f680f82309a42b4e6147e65c1433b /uml | |
| parent | 3bc690803fb59493ea8180fd630d65b3e26642d0 (diff) | |
| download | graf_karto-9799d3c6a8f0c242668203a1c70d7b6cfed3e855.tar.gz graf_karto-9799d3c6a8f0c242668203a1c70d7b6cfed3e855.zip | |
Refactor to make interaction between tools easier
Diffstat (limited to 'uml')
| -rw-r--r-- | uml/class_diagram.uml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/uml/class_diagram.uml b/uml/class_diagram.uml index 91df569..1090679 100644 --- a/uml/class_diagram.uml +++ b/uml/class_diagram.uml @@ -144,6 +144,12 @@ package "Tools" #ff5555-ffaaaa { } } +package "Map" #5555ff-aaaaff { + entity Map <<struct>> { + + } +} + ' Alignment help so all tools are drawn from top to bottom DeletionTool -d[hidden]- IconTool IconTool -d[hidden]- PolygonRoomTool |
