Add rejoin datapoint in response data
This commit is contained in:
parent
ac5b20b8a8
commit
e7f8a5462a
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
|
|
@ -17,6 +17,7 @@ interface NewPlayer {
|
||||||
|
|
||||||
interface GameJoined extends response {
|
interface GameJoined extends response {
|
||||||
// properties depend on `success` being `true`
|
// properties depend on `success` being `true`
|
||||||
|
rejoin?: boolean;
|
||||||
uuid?: string;
|
uuid?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue