UNPKG

@civ-clone/core-city-build

Version:

The repo contains the `CityBuild` and associated objects that deal with building items in `City`s.

9 lines (8 loc) 265 B
import { BuildableInstance } from '../Buildable'; import CityBuild from '../CityBuild'; import Rule from '@civ-clone/core-rule/Rule'; export declare class BuildingComplete extends Rule< [CityBuild, BuildableInstance], void > {} export default BuildingComplete;