UNPKG

adventureland-gui

Version:

Basic UI for headless AdventureLand clients

5 lines (4 loc) 240 B
import { Socket } from "socket.io-client"; import { Character } from "alclient"; export declare function startServer(port?: number): Promise<void>; export declare function addBot(id: string, socket: Socket, character: Character): void;