UNPKG

@zerospacegg/iolin

Version:

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

12 lines 394 B
/** * Ritual Site - Sacred ceremonial structure * Divine altar that summons projections of the Emperor through sacrifice */ import { LegionSpecialBuilding } from "../../../../defaults/legion.js"; export declare class RitualSite extends LegionSpecialBuilding { uuid: string; static src: string; constructor(); } export default RitualSite; //# sourceMappingURL=ritual-site.d.ts.map