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