Update response data.

This commit is contained in:
Oliver-Akins 2020-10-05 12:11:43 -06:00
parent b5f054f0b7
commit 0ed3800467

View file

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