diff --git a/BrowserStorage.md b/BrowserStorage.md index adb8c01..896663e 100644 --- a/BrowserStorage.md +++ b/BrowserStorage.md @@ -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. \ No newline at end of file +| 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. \ No newline at end of file