UNPKG

@zerospacegg/iolin

Version:

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

11 lines 395 B
/** * Root Colony - Vynthra Commander Building * Clean inheritance from faction Root Colony with all properties and abilities */ import RootColony from "../../../../faction/grell/building/root-colony.js"; export declare class CoopRootColony extends RootColony { static src: string; constructor(); } export default CoopRootColony; //# sourceMappingURL=coop-vynthra-root-colony.d.ts.map