Diagrams
Mermaid diagram
mermaid
sequenceDiagram
participant C as Client
participant S as Server
participant DB as Database
C->>S: pcore:server:requestData
S->>DB: SELECT ...
DB-->>S: rows
S-->>C: pcore:client:receiveDatamermaid
flowchart LR
A[Player action] --> B{Server valid?}
B -->|yes| C[Update DB]
B -->|no| D[Reject]
C --> E[Sync client]Images
md

