@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 411 B
TypeScript
/**
* Sacrificial Site - Sacred healing altar
* Hero-created structure that restores Legion forces through divine blessing
*/
import { LegionSpecialBuilding } from "../../../../defaults/legion.js";
export declare class SacrificialSite extends LegionSpecialBuilding {
uuid: string;
static src: string;
constructor();
}
export default SacrificialSite;
//# sourceMappingURL=sacrificial-site.d.ts.map