remove game_code from client data interface
This commit is contained in:
parent
79fae1a8a7
commit
46620ec326
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
|
|
@ -11,7 +11,6 @@ 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