UNPKG

@zerospacegg/iolin

Version:

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

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