yolkbot
    Preparing search index...

    Interface MapModes

    The status of a map on different modes in Maps and MapJSON

    interface MapModes {
        FFA: boolean;
        King?: boolean;
        Spatula: boolean;
        Teams: boolean;
    }
    Index

    Properties

    Properties

    FFA: boolean
    King?: boolean
    Spatula: boolean
    Teams: boolean