diff --git a/README.md b/README.md index 8b35f47..82ce2e2 100644 --- a/README.md +++ b/README.md @@ -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 {