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