diff --git a/server/events.md b/server/events.md index 5070265..c9f4ecb 100644 --- a/server/events.md +++ b/server/events.md @@ -158,6 +158,23 @@ The event sent by the clients when they are selecting an object from the card. | -------- | ---- | ----------- | object | String | The object that has been selected. +

+--- + +# `NewPlayer`: + +## Description: +This is sent by the server when a new player joins the game. + +## Request Payload: +This event cannot be requested by the clients. + +## Response Payload: (``) +| Property | Type | Description +| -------- | ---- | ----------- +| name | String | The player's name. + +

---