public interface IReputation
| Modifier and Type | Method and 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 - void addWareReputation(int wareReputation)
wareReputation - Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.