@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
11 lines • 375 B
TypeScript
/**
* Harbinger - Vynthra Commander Unit
* Clean inheritance from faction Harbinger with all properties and abilities
*/
import Harbinger from "../../../../faction/grell/unit/harbinger.js";
export declare class CoopHarbinger extends Harbinger {
static src: string;
constructor();
}
export default CoopHarbinger;
//# sourceMappingURL=coop-vynthra-harbinger.d.ts.map