@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 529 B
TypeScript
/**
* Operating Tower - Protectorate command center
* Main base building that serves as the faction's central command hub
*/
import { ProtectorateBaseBuilding } from "../../../../defaults/protectorate.js";
import { Spell } from "../../../../engine/ability.js";
export declare class OperatingTower extends ProtectorateBaseBuilding {
uuid: string;
static src: string;
readonly spells: {
homeBase: Spell;
};
constructor();
}
export default OperatingTower;
//# sourceMappingURL=operating-tower.d.ts.map