12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
@startuml Team
|
|
title Team Api
|
|
skinparam responseMessageBelowArrow true
|
|
|
|
Client -> Server : createTeam node_id, map_id, match_mode, pve_instance_id
|
|
Client <-- Server : team_uuid
|
|
|
|
Client -> Server : teamInfo
|
|
Client <-- Server : team_info
|
|
|
|
@enduml
|