UNPKG

@zerospacegg/iolin

Version:

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

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