@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 452 B
TypeScript
/**
* Cha'Kru Temple of Water - Sacred temple that channels the power of flowing waters
* Creates water-aligned warriors and enables revival through eternal Leviathan streams
*/
import { ChakruTemple } from "../../../../defaults/chakru.js";
declare class ChakruTempleOfWater extends ChakruTemple {
uuid: string;
static src: string;
constructor();
}
export default ChakruTempleOfWater;
//# sourceMappingURL=chakru-temple-of-water.d.ts.map