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) 216 B
import CityBuildItem from '../CityBuild'; import PlayerAction from '@civ-clone/core-player/PlayerAction'; export declare class ChangeProduction extends PlayerAction<CityBuildItem> {} export default ChangeProduction;