r2/docs/team.plantuml
lightings 32ca089e12 ...
2023-07-20 11:36:35 +08:00

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