Update response data.
This commit is contained in:
parent
b5f054f0b7
commit
0ed3800467
1 changed files with 0 additions and 1 deletions
1
src/types/client_data.d.ts
vendored
1
src/types/client_data.d.ts
vendored
|
|
@ -6,7 +6,6 @@ interface response {
|
||||||
interface HostInformation extends response {
|
interface HostInformation extends response {
|
||||||
// properties depend on `success` being `true`
|
// properties depend on `success` being `true`
|
||||||
game_code?: string;
|
game_code?: string;
|
||||||
players?: string[];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue