Add the host boolean to the playerdata type
This commit is contained in:
parent
dd5a1e8cb9
commit
dbce447297
1 changed files with 3 additions and 0 deletions
|
|
@ -17,4 +17,7 @@ export interface PlayerData {
|
|||
|
||||
/** The spaceship icon that the player will appear as in-game. */
|
||||
ship: ISpaceship;
|
||||
|
||||
/** Whether or not the player is the host of the game. */
|
||||
host: boolean;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue