Add documentation for the game.state event

This commit is contained in:
Oliver Akins 2022-03-12 22:15:15 -06:00
parent df6b8a0875
commit 6f38c7e2a3
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 18 additions and 1 deletions

View file

@ -14,6 +14,7 @@ server info: `server.info`
# In-Game
current game state: `game.state`
alerting the players who's turn it is: `game.turn`
distributing card piles: `game.mining.piles`
picking a card pile: `game.mining.choose`