Updated UML

This commit is contained in:
Sam
2024-01-23 20:22:37 +01:00
parent 789f1b4c97
commit 6796e9439d
2 changed files with 6 additions and 1 deletions

View File

@@ -21,4 +21,5 @@ nav:
- P5.md : documentatie/p5
- Feedback : documentatie/Feedback
- User Interface : "documentatie/User Interface"
- Documentatie game : "documentatie/Documentatie game"
- Documentatie game : "documentatie/Documentatie game"
- UML : "documentatie/UML"

View File

@@ -51,5 +51,9 @@ classDiagram
+sendData()
+getData()
}
class Button {
button()
}
Menu --> Database
Menu --> Button
```