@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 552 B
TypeScript
/**
* Legion Garrison Tower - Main base building with defensive capabilities
* Fortress-monastery that serves as both defensive stronghold and sacred center of faith
*/
import { LegionBaseBuilding } from "../../../../defaults/legion.js";
import { Spell } from "../../../../engine/ability.js";
export declare class GarrisonTower extends LegionBaseBuilding {
uuid: string;
static src: string;
readonly spells: {
homeBase: Spell;
};
constructor();
}
export default GarrisonTower;
//# sourceMappingURL=garrison-tower.d.ts.map