UNPKG

@civ-clone/core-city-build

Version:

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

5 lines (4 loc) 229 B
import CityBuildItem from '../CityBuild'; import MandatoryPlayerAction from '@civ-clone/core-player/MandatoryPlayerAction'; export declare class CityBuild extends MandatoryPlayerAction<CityBuildItem> {} export default CityBuild;