UNPKG

@zerospacegg/iolin

Version:

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

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