screeps-simple-api
    Preparing search index...

    Interface Rampart

    interface Rampart {
        _id: string;
        hits: number;
        hitsMax: number;
        nextDecayTime: number;
        notifyWhenAttacked: boolean;
        room: string;
        type: "rampart";
        user: string;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _id: string
    hits: number
    hitsMax: number
    nextDecayTime: number
    notifyWhenAttacked: boolean
    room: string
    type: "rampart"
    user: string
    x: number
    y: number