MCPcopy Create free account
hub / github.com/SimHacker/micropolis / CityProblem

Enum CityProblem

micropolis-java/src/micropolisj/engine/CityProblem.java:14–23  ·  view source on GitHub ↗

Enumeration of various city problems that the citizens complain about.

Source from the content-addressed store, hash-verified

12 * Enumeration of various city problems that the citizens complain about.
13 */
14public enum CityProblem
15{
16 CRIME,
17 POLLUTION,
18 HOUSING,
19 TAXES,
20 TRAFFIC,
21 UNEMPLOYMENT,
22 FIRE;
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected