UNPKG

@zerospacegg/iolin

Version:

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

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