UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

20 lines 685 B
/** * Incubator - Grell T1 production building * Primary army unit production facility that inherits from base production building */ import { GrellProductionBuilding } from "../../grell-classes.js"; import type { Tier, HotKey } from "../../../../engine/core.js"; export declare class Incubator extends GrellProductionBuilding { uuid: string; static src: string; readonly name: string; readonly tier: Tier; readonly hotkey: HotKey; readonly buildTime: number; readonly hexiteCost: number; readonly fluxCost: number; readonly unlocksMercTier: Tier | undefined; constructor(); } export default Incubator; //# sourceMappingURL=incubator.d.ts.map