Reputationpublic interface IReputation
| Modifier and Type | Method | Description |
|---|---|---|
void |
addWareReputation(int wareReputation) |
Update the reputation with the reputation change by supplying wares.
|
int |
getPopularity() |
Retrieve the popularity of the player in the city
|
int |
getReputationDifference() |
Retrieve the change in reputation within the last week.
|
void |
update(int amount) |
Update the reputation by the amount.
|
int getReputationDifference()
int getPopularity()
void update(int amount)
amount - new reputation amount.void addWareReputation(int wareReputation)
wareReputation - reputation bonus by ware delivery.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.