mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-05-08 17:54:12 +02:00
14 lines
176 B
Plaintext
14 lines
176 B
Plaintext
@startuml sub-forme
|
|
|
|
start
|
|
:Changement de forme via portail;
|
|
switch (Forme)
|
|
case (Forme fusée)
|
|
:Mode fusée;
|
|
case (Forme roue)
|
|
:Mode roue;
|
|
endswitch
|
|
stop
|
|
|
|
@enduml
|