Lists the disasters that the user can invoke.
| 12 | * Lists the disasters that the user can invoke. |
| 13 | */ |
| 14 | public enum Disaster |
| 15 | { |
| 16 | MONSTER, |
| 17 | FIRE, |
| 18 | FLOOD, |
| 19 | MELTDOWN, |
| 20 | TORNADO, |
| 21 | EARTHQUAKE; |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected