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