@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 431 B
TypeScript
/**
* Juggernaut - Massive thermal warfare mech designed to break through fortified positions
* Heavy assault unit with heat discharge area effect ability
*/
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Juggernaut extends ProtectorateArmyUnit {
uuid: string;
static src: string;
constructor();
}
export default Juggernaut;
//# sourceMappingURL=juggernaut.d.ts.map