@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 415 B
TypeScript
/**
* Large Incubator - Grell T3 production building
* Massive production facility that inherits from base production building
*/
import { GrellProductionBuilding } from "../../../../defaults/grell.js";
export declare class LargeIncubator extends GrellProductionBuilding {
uuid: string;
static src: string;
constructor();
}
export default LargeIncubator;
//# sourceMappingURL=large-incubator.d.ts.map