0
0
Fork 0
Phantom-Ink-Online/server/docs/events/NewHand.md
2020-12-19 18:01:36 -07:00

12 lines
No EOL
369 B
Markdown

# `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"`