j'ai enlevé les \n làoù les textes se superposaient
continuous-integration/drone/push Build is passing Details

pull/15/head
Guillaume REY 2 years ago
parent d5507021af
commit 822d8c329c

@ -7,8 +7,8 @@ classDiagram
+ PremierEp : int
+ Description : string
+ Caracteristique : string
+ Bateau(nom : string, nomRomanise : string, premierChap : int, premierEp : int,\n description : string, caracteristique : string, image : string)
+ Bateau(nom : string, nomRomanise : string, affiliation : Equipage , premierChap : int,\n premierEp : int, description : string, caracteristique : string, image : string)
+ Bateau(nom : string, nomRomanise : string, premierChap : int, premierEp : int, description : string, caracteristique : string, image : string)
+ Bateau(nom : string, nomRomanise : string, affiliation : Equipage , premierChap : int, premierEp : int, description : string, caracteristique : string, image : string)
}
class Bestiaire {
@ -36,8 +36,8 @@ classDiagram
+ Description : string
+ Forces : string
+ Faiblesses : string
+ FruitDuDemon(nom : string, nomRomanise : string, type : string,\n premierChap : int, premierEp : int, description : string,\n forces : string, faiblesses : string, image : string)
+ FruitDuDemon(nom : string, nomRomanise : string, type : string,\n premierChap : int, premierEp : int, description : string, forces : string,\n faiblesses : string, image : string, utilisateur : List~Personnage~)
+ FruitDuDemon(nom : string, nomRomanise : string, type : string, premierChap : int, premierEp : int, description : string, forces : string, faiblesses : string, image : string)
+ FruitDuDemon(nom : string, nomRomanise : string, type : string, premierChap : int, premierEp : int, description : string, forces : string, faiblesses : string, image : string, utilisateur : List~Personnage~)
}
class Ile {

Loading…
Cancel
Save