Added mystery caches to type

This commit is contained in:
2014-06-18 23:00:40 +02:00
parent 09d04cee6c
commit 07b78c520c

View File

@@ -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;