UNPKG

@zerospacegg/iolin

Version:

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

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