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
13
server/docs/events/ObjectList.md
Normal file
13
server/docs/events/ObjectList.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# `ObjectList`:
|
||||
|
||||
## Description:
|
||||
This event is sent by the client when they are wanting to retrieve the list of
|
||||
objects that the spirits can pick from.
|
||||
|
||||
## Request Payload:
|
||||
No payload is read from for this event.
|
||||
|
||||
## Response Payload: (`ObjectList`)
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| objects | String[] | The objects that are on the chosen card.
|
||||
Loading…
Add table
Add a link
Reference in a new issue