UNPKG

@civ-clone/core-city-build

Version:

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

7 lines (4 loc) 210 B
import CityBuildItem from '../CityBuild'; import PlayerAction from '@civ-clone/core-player/PlayerAction'; export class ChangeProduction extends PlayerAction<CityBuildItem> {} export default ChangeProduction;