set up the switch statement for the defenses
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 71c4a9a7fc19dbc1b3959eee18344f756c2596ae..deb1285970c600e799bab38c47e17c61dc8d3d40 100644 (file)
@@ -54,7 +54,7 @@ public class Constants {
     LEFT, RIGHT, DOWN, UP, FORWARD, BACKWARD;
   }
 
-  enum Defense {
-    PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHEVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL
+  public enum Defense {
+    PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHEVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL, RAMPART
   }
 }