diff options
| author | Arne Dußin | 2020-12-21 21:12:01 +0100 |
|---|---|---|
| committer | GitHub | 2020-12-21 21:12:01 +0100 |
| commit | c435f278eddcada279fdc424120e4a1448843c20 (patch) | |
| tree | be9a5601e99608966d4ccd146c3bfb3a70c7fc02 /uml/class_diagram.uml | |
| parent | 3bc690803fb59493ea8180fd630d65b3e26642d0 (diff) | |
| parent | 82d11b7d3e15d8175accf7579db1fbe528fc6583 (diff) | |
| download | graf_karto-c435f278eddcada279fdc424120e4a1448843c20.tar.gz graf_karto-c435f278eddcada279fdc424120e4a1448843c20.zip | |
Merge pull request #24 from LordSentox/refactor
Refactor to make interaction between tools easier
Diffstat (limited to 'uml/class_diagram.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 |
