UNPKG

@zerospacegg/iolin

Version:

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

12 lines 432 B
/** * Research Lab - Protectorate basic technology building * Primary research facility that unlocks fundamental technologies and unit upgrades */ import { ProtectorateTechBuilding } from "../../../../defaults/protectorate.js"; export declare class ResearchLab extends ProtectorateTechBuilding { uuid: string; static src: string; constructor(); } export default ResearchLab; //# sourceMappingURL=research-lab.d.ts.map