clik-engine API
    Preparing search index...

    Interface RoomInfo

    interface RoomInfo {
        host: string;
        id: string;
        maxPlayers: number;
        name: string;
        playerCount: number;
        state: RoomState;
    }
    Index

    Properties

    host: string
    id: string
    maxPlayers: number
    name: string
    playerCount: number
    state: RoomState