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