UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

12 lines 394 B
/** * Nourishing Pod - Grell T1 supply building * Living sanctuary with healing abilities and symbiotic regeneration */ import { GrellSupplyBuilding } from "../../../../defaults/grell.js"; export declare class NourishingPod extends GrellSupplyBuilding { uuid: string; static src: string; constructor(); } export default NourishingPod; //# sourceMappingURL=nourishing-pod.d.ts.map