UNPKG

screeps-cartographer

Version:

An advanced (and open source) movement library for Screeps

9 lines (8 loc) 290 B
import { TestResult } from '../tests'; import { CartographerTestCase } from './CartographerTestCase'; export declare class TestRoomPositionPerformance extends CartographerTestCase { _creeps: {}; retries: number; timeout: number; test(): TestResult.FAIL | TestResult.PASS; }