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