ChurchStatepublic interface IChurch
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCollectedDonationsForExtension() |
Retrieve the amount that was already donated toward the next church extension.
|
EChurchExtension |
getExtensionLevel() |
Retrieve the next extension level.
|
void |
makeDonation(int amount) |
Make a donation of
amount toward the church extension. |
void |
upgrade() |
Upgrade to the next level.
|
EChurchExtension getExtensionLevel()
void upgrade()
int getCollectedDonationsForExtension()
void makeDonation(int amount)
amount toward the church extension.amount - to donate toward the church extension.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.