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

Enum Disaster

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

Lists the disasters that the user can invoke.

Source from the content-addressed store, hash-verified

12 * Lists the disasters that the user can invoke.
13 */
14public enum Disaster
15{
16 MONSTER,
17 FIRE,
18 FLOOD,
19 MELTDOWN,
20 TORNADO,
21 EARTHQUAKE;
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected