UNPKG

screeps-cartographer

Version:

An advanced (and open source) movement library for Screeps

4 lines (3 loc) 183 B
/// <reference types="screeps" /> export declare function scanSourceKeepers(room: string): void; export declare function avoidSourceKeepers(room: string, cm: CostMatrix): CostMatrix;