public interface IBuilding
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Execute when the building is destroyed.
|
IPlayer |
getOwner()
Retrieve the owner of the trading office
|
int |
getPropertyTax()
Retrieve the amount of property taxes per week
|
int |
getValue()
Retrieve the value of the building
|
IPlayer getOwner()
int getPropertyTax()
int getValue()
void destroy()
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.