UNPKG

screeps-cartographer

Version:

An advanced (and open source) movement library for Screeps

13 lines (12 loc) 322 B
import { CartographerTestCase } from './CartographerTestCase'; import { TestResult } from '../tests'; export declare class TestQuickPathSearch extends CartographerTestCase { _creeps: {}; timeout: number; retries: number; testRegion: { w: number; h: number; }; test(): TestResult; }