diff --git a/Diagramme-de-paquetages.md b/Diagramme-de-paquetages.md index 153e97c..bb43f5f 100644 --- a/Diagramme-de-paquetages.md +++ b/Diagramme-de-paquetages.md @@ -1,5 +1,8 @@ ```plantuml @startuml +@startuml +skinparam linetype polyline +skinparam linetype ortho package "Qwirkle" { package "Boards" { class Board @@ -54,7 +57,9 @@ package "Qwirkle" { Games ..> Boards : <> Games ..> Players : <> Games ..> Tiles : <> + Games ..> Events : <> Boards ..> Tiles : <> Players ..> Tiles : <> } +@enduml @enduml \ No newline at end of file