Update NewPlayer event response
This commit is contained in:
parent
9f96850e8e
commit
b24e0574a7
1 changed files with 1 additions and 0 deletions
1
src/types/client_data.d.ts
vendored
1
src/types/client_data.d.ts
vendored
|
|
@ -11,6 +11,7 @@ interface HostInformation extends response {
|
||||||
// Event is only emitted when the JoinGame event is successful, so there is no
|
// Event is only emitted when the JoinGame event is successful, so there is no
|
||||||
// success indicator in this response
|
// success indicator in this response
|
||||||
interface NewPlayer {
|
interface NewPlayer {
|
||||||
|
game_code: string;
|
||||||
player?: string;
|
player?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue