From 07b78c520c920bc9b7233b0ca671513c8fa90a4c Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Wed, 18 Jun 2014 23:00:40 +0200 Subject: [PATCH] Added mystery caches to type --- src/de/geofroggerfx/model/Type.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/de/geofroggerfx/model/Type.java b/src/de/geofroggerfx/model/Type.java index e4a09dd..acd0cff 100644 --- a/src/de/geofroggerfx/model/Type.java +++ b/src/de/geofroggerfx/model/Type.java @@ -17,7 +17,8 @@ public enum Type { WEBCAM_CACHE("Webcam Cache"), VIRTUAL_CACHE("Virtual Cache"), CITO_EVENT("Cache In Trash Out Event"), - MEGA_EVENT("Mega-Event Cache"); + MEGA_EVENT("Mega-Event Cache"), + MYSTERY_CACHE("Mystery Cache"); private String groundspeakString;