W3Booster SDK 3.1.0
    Preparing search index...

    Interface PlayerStatsCollection

    interface PlayerStatsCollection {
        records: readonly PlayerStats[];
        status: "loading" | "ready" | "unavailable";
    }
    Index
    records: readonly PlayerStats[]
    status: "loading" | "ready" | "unavailable"