clik-engine API
    Preparing search index...

    Interface PlayerInfo

    interface PlayerInfo {
        id: string;
        name: string;
        ready: boolean;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    ready: boolean