public interface ICityGuard
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
Amount of the city guard.
|
int |
getWeeklySalary()
Weekly salary per guard.
|
void |
update(int amount)
Change the amount by a positive or negative amount.
|
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.