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

9 lines
126 B
Plaintext

@startuml
start
if (Le joueur touche une pièce ?) then (Oui)
:Ajouter la pièce au niveau;
else (Non)
endif
stop
@enduml