@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
11 lines • 351 B
TypeScript
/**
* Weaver - Vynthra Commander Unit
* Clean inheritance from faction Weaver with all properties and abilities
*/
import Weaver from "../../../../faction/grell/unit/weaver.js";
export declare class CoopWeaver extends Weaver {
static src: string;
constructor();
}
export default CoopWeaver;
//# sourceMappingURL=coop-vynthra-weaver.d.ts.map