UNPKG

@zerospacegg/iolin

Version:

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

11 lines 419 B
import NourishingPod from "../../../../faction/grell/building/nourishing-pod.js"; /** * Nourishing Pod - Vynthra Commander Building * Clean inheritance from faction Nourishing Pod with all properties and abilities */ export declare class CoopNourishingPod extends NourishingPod { static src: string; constructor(); } export default CoopNourishingPod; //# sourceMappingURL=coop-vynthra-nourishing-pod.d.ts.map