Player will always be specified.

This commit is contained in:
Oliver-Akins 2020-10-10 01:07:41 -06:00
parent 00f67c7c1e
commit f57b4b5fed

View file

@ -11,7 +11,7 @@ interface HostInformation extends response {
// Event is only emitted when the JoinGame event is successful, so there is no
// success indicator in this response
interface NewPlayer {
player?: string;
player: string;
}
interface GameJoined extends response {