@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 508 B
TypeScript
/**
* Citadel - Legion T2.5 tech building and command center
* Towering sacred cathedral that provides upgrades for all Legion forces
*/
import { LegionTechBuilding } from "../../../../defaults/legion.js";
import { Spell } from "../../../../engine/ability.js";
export declare class Citadel extends LegionTechBuilding {
uuid: string;
static src: string;
readonly spells: {
sacrificeThrall: Spell;
};
constructor();
}
export default Citadel;
//# sourceMappingURL=citadel.d.ts.map