UNPKG

@zerospacegg/iolin

Version:

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

15 lines 345 B
/** * Haste - Game Boon * +70% movement speed */ import { Boon } from "../../../engine/modifier.js"; /** * Haste - Enhanced unit movement speed * Provides significant speed boost to all units */ export declare class Haste extends Boon { static src: string; constructor(); } export default Haste; //# sourceMappingURL=haste.d.ts.map