cnam-geometry-dash/uml/sub_bonus.puml
2024-12-02 10:11:21 +01:00

9 lines
129 B
Plaintext

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