UNPKG

@zerospacegg/iolin

Version:

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

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