UNPKG

@zerospacegg/iolin

Version:

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

12 lines 403 B
/** * Incubator - Grell T1 production building * Primary army unit production facility that inherits from base production building */ import { GrellProductionBuilding } from "../../../../defaults/grell.js"; export declare class Incubator extends GrellProductionBuilding { uuid: string; static src: string; constructor(); } export default Incubator; //# sourceMappingURL=incubator.d.ts.map