Skip to content

Architecture

Pier edited this page Dec 9, 2025 · 16 revisions

test

flowchart LR

A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
Loading

** Test

graph TD;
        A-->B;
        A-->C;
        B-->D;
        C-->D;
Loading

Clone this wiki locally