docs: UML updates (#58)

This commit is contained in:
2025-05-08 17:50:45 +02:00
committed by GitHub
parent 8fe04b974a
commit 97b473cb01
20 changed files with 1009 additions and 226 deletions

View File

@ -1,7 +1,7 @@
@startuml sub-bonus
start
if (Le joueur touche un bonus ?) then (Oui)
if (Le joueur percute un bonus ?) then (Oui)
:Ajouter le bonus à l'inventaire;
else (Non)
endif