UNPKG

screeps-cartographer

Version:

An advanced (and open source) movement library for Screeps

7 lines (6 loc) 221 B
/// <reference types="screeps" /> /** * Cause `puller` to pull `pulled`, registering the pull so traffic management * can avoid breaking the chain */ export declare function follow(pullee: Creep, puller: Creep): void;