public interface IReputation
| Modifier and Type | Method and Description |
|---|---|
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 - Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.