From 822d8c329c1985465dae176f2db9d42619846a02 Mon Sep 17 00:00:00 2001 From: Guillaume REY Date: Sat, 13 May 2023 09:47:38 +0200 Subject: [PATCH] =?UTF-8?q?j'ai=20enlev=C3=A9=20les=20\n=20l=C3=A0o=C3=B9?= =?UTF-8?q?=20les=20textes=20se=20superposaient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {