remove game_code from client data interface

This commit is contained in:
Oliver-Akins 2020-10-08 23:05:32 -06:00
parent 79fae1a8a7
commit 46620ec326

View file

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