cnam-geometry-dash/Documentation/UML/activity-diagram/sub-bonus.puml

11 lines
139 B
Plaintext
Raw Normal View History

@startuml sub-bonus
2024-12-02 10:11:21 +01:00
start
if (Le joueur touche un bonus ?) then (Oui)
:Ajouter le bonus à l'inventaire;
2024-12-02 10:11:21 +01:00
else (Non)
endif
stop
2024-12-02 10:11:21 +01:00
@enduml