UNPKG

@zerospacegg/iolin

Version:

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

10 lines 222 B
/** * Flux */ import { GameMechanic } from "../../engine/mechanic.js"; export declare class Flux extends GameMechanic { static src: string; constructor(); } export default Flux; //# sourceMappingURL=flux.d.ts.map