public interface IAIShipUpgradeStrategy
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
shouldUpgrade(IShip ship) |
Check if the ship should be upgraded.
|
void |
upgrade(IShip ship,
ICity city) |
Upgrade the ship in city.
|
boolean shouldUpgrade(IShip ship)
ship - that should be checked for upgradingCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.