screeps-simple-api
    Preparing search index...

    Interface GameObject

    interface GameObject {
        _id: string;
        room: string;
        type: string;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _id: string
    room: string
    type: string
    x: number
    y: number