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
12
server/docs/events/NewHand.md
Normal file
12
server/docs/events/NewHand.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# `NewHand`:
|
||||
|
||||
## Description:
|
||||
This is the event client sends it requests a new 7 cards for the hand.
|
||||
|
||||
## Request Payload:
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| team | Integer | The team that is requesting a new hand.
|
||||
|
||||
## Response Payload:
|
||||
This event's response comes in the form of the `UpdateHand` event with the mode set to `"replace"`
|
||||
Loading…
Add table
Add a link
Reference in a new issue