UNPKG

@zerospacegg/iolin

Version:

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

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