Methapolis
0.27
|
Public Attributes | |
int | cityTax |
double | roadPercent |
double | policePercent |
double | firePercent |
double | researchPercent |
Definition at line 38 of file PlayerInput.java.
int micropolisj.network.PlayerInput.BudgetInput.cityTax |
Definition at line 39 of file PlayerInput.java.
Referenced by micropolisj.network.ServerMicropolis.doBudgetInput(), and micropolisj.network.PlayerInput.setBudgetNumbers().
double micropolisj.network.PlayerInput.BudgetInput.firePercent |
Definition at line 42 of file PlayerInput.java.
Referenced by micropolisj.network.PlayerInput.setBudgetNumbers().
double micropolisj.network.PlayerInput.BudgetInput.policePercent |
Definition at line 41 of file PlayerInput.java.
Referenced by micropolisj.network.ServerMicropolis.doBudgetInput(), and micropolisj.network.PlayerInput.setBudgetNumbers().
double micropolisj.network.PlayerInput.BudgetInput.researchPercent |
Definition at line 43 of file PlayerInput.java.
Referenced by micropolisj.network.ServerMicropolis.doBudgetInput(), and micropolisj.network.PlayerInput.setBudgetNumbers().
double micropolisj.network.PlayerInput.BudgetInput.roadPercent |
Definition at line 40 of file PlayerInput.java.
Referenced by micropolisj.network.ServerMicropolis.doBudgetInput(), and micropolisj.network.PlayerInput.setBudgetNumbers().