@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
19 lines • 662 B
TypeScript
/**
* Research Lab - Protectorate basic technology building
* Primary research facility that unlocks fundamental technologies and unit upgrades
*/
import { ProtectorateTechBuilding } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class ResearchLab extends ProtectorateTechBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
constructor();
}
export default ResearchLab;
//# sourceMappingURL=research-lab.d.ts.map