diff --git a/Documentation/mld/mld graphique.md b/Documentation/mld/mld graphique.md index 75d5037..d4f2348 100644 --- a/Documentation/mld/mld graphique.md +++ b/Documentation/mld/mld graphique.md @@ -95,16 +95,21 @@ entity "Jouer" as jouer { } entity "ActionPendu" as actionPendu { + #idAction lettre : char + wordToFind : string + lifeLeft : int } entity "ActionKahoot" as actionKahoot { + #idAction numReponse: int tempsReponse: int #idJoueur } entity "ActionQuiEstCe" as actionQuiEstCe { + #idAction #idJoueur }