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

11 lines
137 B
Plaintext
Raw Permalink Normal View History

@startuml sub-pieces
2024-12-02 10:11:21 +01:00
start
if (Le joueur touche une pièce ?) then (Oui)
:Ajouter la pièce au niveau;
2024-12-02 10:11:21 +01:00
else (Non)
endif
stop
2024-12-02 10:11:21 +01:00
@enduml