@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
11 lines • 419 B
TypeScript
/**
* Nourishing Pod - Vynthra Commander Building
* Clean inheritance from faction Nourishing Pod with all properties and abilities
*/
import NourishingPod from "../../../../faction/grell/building/nourishing-pod.js";
export declare class CoopNourishingPod extends NourishingPod {
static src: string;
constructor();
}
export default CoopNourishingPod;
//# sourceMappingURL=coop-vynthra-nourishing-pod.d.ts.map