Interface IAICityDependentShipConstructionStrategy
-
- All Known Implementing Classes:
CollectConstructionTradingOfficeCogWareStrategy,CollectConstructionTradingOfficeCrayerWareStrategy,CollectConstructionTradingOfficeHolkWareStrategy,CollectConstructionTradingOfficeSnaikkaWareStrategy,CollectConstructionWestCityCogWareStrategy,CollectConstructionWestCityCrayerWareStrategy,CollectConstructionWestCityHolkWareStrategy,CollectConstructionWestCitySnaikkaWareStrategy,CollectionConstructionTradingOfficeWaresStrategy,CollectionConstructionWestCityWaresStrategy
public interface IAICityDependentShipConstructionStrategyInterface for construction strategies that need to set the construction city from the outside.- Author:
- Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 28, 2017
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetConstructionCity(ch.sahits.game.openpatrician.model.city.ICity city)Set the city where the construction of the new ship happens.
-