@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 418 B
TypeScript
/**
* Man-Eater - Grell underground predator with splash damage and burrow abilities
* Medium armor, devastating splash attacks, and terrain-bypassing burrow mechanics
*/
import { GrellArmyUnit } from "../../../../defaults/grell.js";
export declare class ManEater extends GrellArmyUnit {
uuid: string;
static src: string;
constructor();
}
export default ManEater;
//# sourceMappingURL=man-eater.d.ts.map