Add a ID property to PlayerData
This commit is contained in:
parent
5b2072b473
commit
33d304ef5b
1 changed files with 3 additions and 0 deletions
|
|
@ -20,4 +20,7 @@ export interface PlayerData {
|
||||||
|
|
||||||
/** Whether or not the player is the host of the game. */
|
/** Whether or not the player is the host of the game. */
|
||||||
host: boolean;
|
host: boolean;
|
||||||
|
|
||||||
|
/** The unique ID of the player */
|
||||||
|
id: string;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue