UNPKG

@zerospacegg/iolin

Version:

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

18 lines 582 B
/** * Skrelling Nest - Grell T2.5 tech building * Hive-mind tech facility that inherits from base tech building */ import { GrellTechBuilding } from "../../grell-classes.js"; import type { Tier } from "../../../../engine/core.js"; export declare class SkrellingNest extends GrellTechBuilding { uuid: string; static src: string; readonly name: string; readonly tier: Tier; readonly hexiteCost: number; readonly fluxCost: number; readonly buildTime: number; constructor(); } export default SkrellingNest; //# sourceMappingURL=skrelling-nest.d.ts.map