Add docs and types for the game join event
This commit is contained in:
parent
81d9f0a5bf
commit
c93b903094
3 changed files with 60 additions and 1 deletions
|
|
@ -26,4 +26,17 @@ Request Payload: N/A
|
|||
|
||||
Response Payload: `IServerInfoResponse`
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
## `game.create`
|
||||
Creates a new game lobby for players to be able to join.
|
||||
|
||||
### Supported Event Types
|
||||
| Request | Response | Broadcasted
|
||||
| ------- | -------- | -----------
|
||||
| Yes | Yes | No
|
||||
|
||||
### Payload Types:
|
||||
Request Payload: `IGameCreateRequest`
|
||||
|
||||
Response Payload: `IGameCreateResponse`
|
||||
Loading…
Add table
Add a link
Reference in a new issue