UNPKG

@xan105/lobby_connect

Version:

Discover people playing on the network using the Goldberg SteamEmu with the launch parameter to connect to their game.

7 lines (6 loc) 126 B
declare interface Player { name: string, appID: number, connect: string } export lobbyPlayerState(): Promise<Player[]>;