|
|
@ -95,16 +95,21 @@ entity "Jouer" as jouer {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
entity "ActionPendu" as actionPendu {
|
|
|
|
entity "ActionPendu" as actionPendu {
|
|
|
|
|
|
|
|
<u>#idAction
|
|
|
|
lettre : char
|
|
|
|
lettre : char
|
|
|
|
|
|
|
|
wordToFind : string
|
|
|
|
|
|
|
|
lifeLeft : int
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
entity "ActionKahoot" as actionKahoot {
|
|
|
|
entity "ActionKahoot" as actionKahoot {
|
|
|
|
|
|
|
|
<u>#idAction
|
|
|
|
numReponse: int
|
|
|
|
numReponse: int
|
|
|
|
tempsReponse: int
|
|
|
|
tempsReponse: int
|
|
|
|
#idJoueur
|
|
|
|
#idJoueur
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
entity "ActionQuiEstCe" as actionQuiEstCe {
|
|
|
|
entity "ActionQuiEstCe" as actionQuiEstCe {
|
|
|
|
|
|
|
|
<u>#idAction
|
|
|
|
#idJoueur
|
|
|
|
#idJoueur
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|