UNPKG

@zerospacegg/iolin

Version:

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

8 lines 248 B
import { CoopMission } from "../../../engine/mission.js"; declare class FrozenWatch extends CoopMission { static src: string; readonly name: string; constructor(); } export default FrozenWatch; //# sourceMappingURL=frozen-watch.d.ts.map