mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-27 11:58:51 +02:00
refactor: move Documentation and UML folders (#11)
This commit is contained in:
10
Documentation/UML/activity-diagram/sub-pieces.puml
Normal file
10
Documentation/UML/activity-diagram/sub-pieces.puml
Normal file
@@ -0,0 +1,10 @@
|
||||
@startuml sub-pieces
|
||||
|
||||
start
|
||||
if (Le joueur touche une pièce ?) then (Oui)
|
||||
:Ajouter la pièce au niveau;
|
||||
else (Non)
|
||||
endif
|
||||
stop
|
||||
|
||||
@enduml
|
Reference in New Issue
Block a user