UNPKG

@zerospacegg/iolin

Version:

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

12 lines 413 B
/** * Guardian Obelisk - Temporary defensive structure * Sacred defensive turret that provides protection for a limited time */ import { LegionSpecialBuilding } from "../../../../defaults/legion.js"; export declare class GuardianObelisk extends LegionSpecialBuilding { uuid: string; static src: string; constructor(); } export default GuardianObelisk; //# sourceMappingURL=guardian-obelisk.d.ts.map