Add user-name to browser storage documentation
This commit is contained in:
parent
c628a2b671
commit
51769bedd1
1 changed files with 2 additions and 1 deletions
|
|
@ -3,4 +3,5 @@ This document details the data stored in localStorage and sessionStorage of the
|
|||
| Key | Data Type | Description
|
||||
| --------- | --------- | -------------
|
||||
| game-code | String | The current game code the player is in, if this is not set, then they are not in a game
|
||||
| is-host | Boolean | If the player is the host of the game or not.
|
||||
| is-host | Boolean | If the player is the host of the game or not.
|
||||
| user-name | String | The name of the user in the game.
|
||||
Loading…
Add table
Add a link
Reference in a new issue