Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 7969317d rédigé par Mathis Rocher's avatar Mathis Rocher
Parcourir les fichiers

Removed spaces in UML

parent 7faead61
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #55907 réussi
......@@ -48,20 +48,20 @@ interface Card {
- nbPlayer: int
- name: String
- color: CardColor
'
- game: Game
'
' Check if the effect of a card has to be rechecked
- finishedEffect: boolean
'
' Previous card (building) in chaining, making construction free
- prevChaining : Card
'
' Buy the Card
- cost: List<CostItem>
' What is given
- bonus: List<BonusItem>
'
+ <<create>> Card()
+ doAction(game : Game) : void
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter