Interface IAIHireSailorStrategy
-
public interface IAIHireSailorStrategyStrategy defining how many sailors belong onto a ship. If the number is lower than already on it, additional sailors can be hired.- Author:
- Andi Hotz, (c) Sahits GmbH, 2017 Created on Nov 04, 2017
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcalculateRequiredSailorAmount(IShip ship, IAIPlayer player)Calculate the number of required sailors on the ship.
-