@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
19 lines • 709 B
TypeScript
/**
* Specialized Research Lab - Advanced research facility for elite unit upgrades
* High-tier tech building specializing in cutting-edge military technologies
*/
import { ProtectorateTechBuilding } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class SpecializedResearchLab extends ProtectorateTechBuilding {
uuid: string;
static src: string;
readonly name: string;
get shortName(): string;
readonly tier: Tier;
readonly buildTime: number;
readonly hexiteCost: number;
readonly fluxCost: number;
constructor();
}
export default SpecializedResearchLab;
//# sourceMappingURL=specialized-research-lab.d.ts.map