public interface IAITakeLoanStrategy
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
shouldTakeLoan(IAIPlayer player) |
Check if the player should take out a loan.
|
void |
takeLoan(IAIPlayer player,
ICity city) |
Take a loan in the city.
|
boolean shouldTakeLoan(IAIPlayer player)
player - to be checked.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.