From 644b63c1c5129d1532c2f8c151c2f494df62de1a Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Tue, 19 Sep 2023 09:13:03 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb43b96..f6a6968 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ class User{ +/ Pseudo : string +/ Mail : string +/ Password : string - +/ CreationDate : DateTime - +/ AllCoins : int + + CreationDate : DateTime + + AllCoins : int ~ AddGroup(group : Group) bool ~ RemoveGroup(group : Group) bool } @@ -64,12 +64,12 @@ class Bet{ +/ Id : string +/ Title : string +/ Name : string - +/ Description : string - +/ StartDate : DateTime - +/ EndDate : DateTime - +/ Choice : List + +/ Choices : List +/ Theme: string +/ Status: bool + + Description : string + + StartDate : DateTime + + EndDate : DateTime } Bet --> "*" User : Dictionary~User,Mise~