UNPKG

@zerospacegg/iolin

Version:

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

11 lines 351 B
/** * Lasher - Vynthra Commander Unit * Clean inheritance from faction Lasher with all properties and abilities */ import Lasher from "../../../../faction/grell/unit/lasher.js"; export declare class CoopLasher extends Lasher { static src: string; constructor(); } export default CoopLasher; //# sourceMappingURL=coop-vynthra-lasher.d.ts.map