mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-10 22:20:40 +02:00
refactor: move Documentation and UML folders (#11)
This commit is contained in:
10
Documentation/UML/activity-diagram/sub-bonus.puml
Normal file
10
Documentation/UML/activity-diagram/sub-bonus.puml
Normal file
@ -0,0 +1,10 @@
|
||||
@startuml sub-bonus
|
||||
|
||||
start
|
||||
if (Le joueur touche un bonus ?) then (Oui)
|
||||
:Ajouter le bonus à l'inventaire;
|
||||
else (Non)
|
||||
endif
|
||||
stop
|
||||
|
||||
@enduml
|
Reference in New Issue
Block a user