11 lines
139 B
Plaintext

@startuml sub-bonus
start
if (Le joueur touche un bonus ?) then (Oui)
:Ajouter le bonus à l'inventaire;
else (Non)
endif
stop
@enduml