@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
20 lines • 687 B
TypeScript
/**
* Medium Incubator - Grell T2 production building
* Advanced production facility that inherits from base production building
*/
import { GrellProductionBuilding } from "../../grell-classes.js";
import type { Tier, HotKey } from "../../../../engine/core.js";
export declare class MediumIncubator extends GrellProductionBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hotkey: HotKey;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
constructor();
}
export default MediumIncubator;
//# sourceMappingURL=medium-incubator.d.ts.map