@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 404 B
TypeScript
/**
* Healing Obelisk - Temporary healing structure
* Sacred restorative structure that channels divine healing energy
*/
import { LegionSpecialBuilding } from "../../../../defaults/legion.js";
export declare class HealingObelisk extends LegionSpecialBuilding {
uuid: string;
static src: string;
constructor();
}
export default HealingObelisk;
//# sourceMappingURL=healing-obelisk.d.ts.map