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