UNPKG

@zerospacegg/iolin

Version:

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

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