diff --git a/common/src/types/PlayerData.ts b/common/src/types/PlayerData.ts index e1794de..9d803f6 100644 --- a/common/src/types/PlayerData.ts +++ b/common/src/types/PlayerData.ts @@ -20,4 +20,7 @@ export interface PlayerData { /** Whether or not the player is the host of the game. */ host: boolean; + + /** The unique ID of the player */ + id: string; } \ No newline at end of file