0
0
Fork 0

Move event and type docs into their own files.

This commit is contained in:
Oliver-Akins 2020-12-19 18:01:36 -07:00
parent ce7e35cd53
commit 2ca4eef0a6
19 changed files with 213 additions and 261 deletions

View 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.