@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
19 lines • 668 B
TypeScript
/**
* Special Augmentation Pool - Grell T3.5 tech building
* Elite bio-enhancement facility that inherits from base tech building
*/
import { GrellTechBuilding } from "../../grell-classes.js";
import type { Tier, HotKey } from "../../../../engine/core.js";
export declare class SpecialAugmentationPool extends GrellTechBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hotkey: HotKey;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
constructor();
}
export default SpecialAugmentationPool;
//# sourceMappingURL=special-augmentation-pool.d.ts.map