UNPKG

@zerospacegg/iolin

Version:

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

10 lines 300 B
import { Boon } from "../../../engine/modifier.js"; export declare class HeavyOrdnance extends Boon { uuid: string; static src: string; readonly name: string; readonly description: string; constructor(); } export default HeavyOrdnance; //# sourceMappingURL=heavy-ordnance.d.ts.map