UNPKG

@zerospacegg/iolin

Version:

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

18 lines 424 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 { uuid: string; static src: string; readonly name: string; readonly description: string; constructor(); } export default Haste; //# sourceMappingURL=haste.d.ts.map