From 13df6da74997d91f57cee32d2bbf883e0873d831 Mon Sep 17 00:00:00 2001 From: ShrayzzDev Date: Wed, 28 Feb 2024 12:24:28 +0100 Subject: [PATCH] [ADD] Attibuts action pendu mld --- Documentation/mld/mld graphique.md | 5 +++++ 1 file changed, 5 insertions(+) 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 }