Interface IAITakeLoanStrategy
-
public interface IAITakeLoanStrategyInterface defining the strategy for taking a loan.- Author:
- Andi Hotz, (c) Sahits GmbH, 2016 Created on Jun 12, 2016
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldTakeLoan(IAIPlayer player)Check if the player should take out a loan.voidtakeLoan(IAIPlayer player, ICity city)Take a loan in the city.
-
-
-
Method Detail
-
shouldTakeLoan
boolean shouldTakeLoan(IAIPlayer player)
Check if the player should take out a loan.- Parameters:
player- to be checked.- Returns:
- true if a loan should be taken.
-
-