UNPKG

@zerospacegg/iolin

Version:

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

11 lines 443 B
/** * Augmentation Pool - Vynthra Commander Building * Clean inheritance from faction Augmentation Pool with all properties and abilities */ import AugmentationPool from "../../../../faction/grell/building/augmentation-pool.js"; export declare class CoopAugmentationPool extends AugmentationPool { static src: string; constructor(); } export default CoopAugmentationPool; //# sourceMappingURL=coop-vynthra-augmentation-pool.d.ts.map