UNPKG

@zerospacegg/iolin

Version:

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

7 lines 227 B
import { Boon } from "../../../engine/modifier.js"; export declare class ExtraProtection extends Boon { static src: string; constructor(); } export default ExtraProtection; //# sourceMappingURL=extra-protection.d.ts.map