From 22400c4553adb83daeaae22af9fa1a5d1c54ac73 Mon Sep 17 00:00:00 2001 From: Guillaume REY Date: Wed, 24 May 2023 19:12:29 +0200 Subject: [PATCH] =?UTF-8?q?\n=20partout=20pour=20les=20sauts=20=C3=A0=20la?= =?UTF-8?q?=20ligne=20dans=20le=20readme=20pour=20les=20diagrammes=20UML?= 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 0f41d03..da3a164 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ Class Bateau { + int PremierEp + string Description + string Caracteristique - + Bateau(string nom, string nomRomanise, int premierChap, int premierEp, string description, string caracteristique, string image) - + Bateau(string nom, string nomRomanise, Equipage affiliation, int premierChap, int premierEp, string description, string caracteristique, string image) + + Bateau(string nom, string nomRomanise, int premierChap, int premierEp,\n string description, string caracteristique, string image) + + Bateau(string nom, string nomRomanise, Equipage affiliation, int premierChap,\n int premierEp, string description, string caracteristique, string image) } Class Bestiaire { + string Origine + string Description + string Caracteristique - + Bestiaire(string nom, string origine,\n string description, string caracteristiques, string image) + + Bestiaire(string nom, string origine, string description,\n string caracteristiques, string image) } Class Equipage { @@ -154,7 +154,7 @@ Class StubIle { } Class StubPersonnage { - + IEnumerableRecupererPersonnage() + + IEnumerable RecupererPersonnage() }