From f3ae4a054b690f031ffa4506c4e07ab3fdc015ae Mon Sep 17 00:00:00 2001 From: aqys <141941584+aqys@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:25:09 +0100 Subject: [PATCH] Diagram Update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b73a11..b60f0e2 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,13 @@ classDiagram +Person BuildCitizens() } - class ITownBuilder + class ITownBuilder { <> +ITownBuilder AddGunStore() +ITownBuilder AddEggStore() +ITownBuilder AddBank() +List~Location~ BuildTown(); + } class Gun { +string Name