UNPKG

civ7-modding-tools

Version:
7 lines (6 loc) 285 B
import { ConstructibleBuilder } from "../builders"; import { ActionGroupBundle } from "../core"; /** * @description create building for testing */ export declare function createGodConstructible(actionGroupBundle: ActionGroupBundle, constructibleType?: string): ConstructibleBuilder;