mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
@startuml
|
|
|
|
[*] --> FromBuilding
|
|
[*] --> FromBorder
|
|
FromBuilding --> Walk
|
|
FromBorder --> Walk
|
|
Walk --> ToBuilding
|
|
Walk --> ToBorder
|
|
ToBuilding --> [*]
|
|
ToBorder --> [*]
|
|
|
|
@enduml
|