public class EconomySectors extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
blackMarket
Percentage of the economy that is black market
|
double |
government
Percentage of the economy that is government
|
double |
privateIndustry
Percentage of the economy that is privately owned
|
double |
stateOwnedIndustry
Percentage of the economy that is state-owned
|
| Constructor and Description |
|---|
EconomySectors() |
public double blackMarket
public double government
public double privateIndustry
public double stateOwnedIndustry
Copyright © 2017. All rights reserved.