Move event and type docs into their own files.
This commit is contained in:
parent
ce7e35cd53
commit
2ca4eef0a6
19 changed files with 213 additions and 261 deletions
14
server/docs/events/SelectObject.md
Normal file
14
server/docs/events/SelectObject.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# `SelectObject`:
|
||||
|
||||
## Description:
|
||||
The event sent by the clients when they are selecting an object from the card.
|
||||
|
||||
## Request Payload:
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| object | String | The name of the object that the spirits are selecting.
|
||||
|
||||
## Response Payload: (`ChosenObject`)
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| object | String | The object that has been selected.
|
||||
Loading…
Add table
Add a link
Reference in a new issue