REQ_GAME_JOIN
Name
REQ_GAME_JOIN -- Request for a player to join a table
Description
Request to join a game
Message Data
- SEAT
Seat number of the joining player
- NAME
The name of the affected player
- FD
File descriptor used for communication with the player
Usage
Sent every time a player joins a game.
In response, the server should send
RSP_GAME_JOIN.