0
0
Fork 0

Add docs for the SelectObject event.

This commit is contained in:
Oliver-Akins 2020-12-16 16:17:52 -07:00
parent 988aa33589
commit e32fa47836

View file

@ -143,11 +143,20 @@ This event is sent from the client to the server when it has the PastQuestions c
<br><br> <br><br>
--- ---
# `SelectObject`:
## Response Payload: (``) ## Description:
The event sent by the clients when they are selecting an object from the card.
## Request Payload:
| Property | Type | Description | 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.
<br><br> <br><br>
--- ---