yolkbot
    Preparing search index...

    Interface GameMap

    interface GameMap {
        filename: string;
        hash: string;
        index: number;
        name: string;
        raw?: MapJSON;
    }

    Hierarchy

    Index

    Properties

    filename: string
    hash: string
    index: number
    name: string
    raw?: MapJSON