Update NewPlayer event response

This commit is contained in:
Oliver-Akins 2020-10-06 23:15:23 -06:00
parent 9f96850e8e
commit b24e0574a7

View file

@ -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;
} }