UNPKG

@zerospacegg/iolin

Version:

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

10 lines 280 B
/** * Mind Control - Temporary unit conversion */ import { GameMechanic } from "../../engine/mechanic.js"; export declare class MindControl extends GameMechanic { static src: string; constructor(); } export default MindControl; //# sourceMappingURL=mind-control.d.ts.map