UNPKG

@zerospacegg/iolin

Version:

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

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