UNPKG

@zerospacegg/iolin

Version:

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

12 lines 360 B
/** * Altar - Legion hero production building * Sacred structure that creates Legion's champion heroes */ import { LegionSpecialBuilding } from "../../../../defaults/legion.js"; export declare class Altar extends LegionSpecialBuilding { uuid: string; static src: string; constructor(); } export default Altar; //# sourceMappingURL=altar.d.ts.map