change location of Defense enum from Robot.java to Constants.java
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index c01441f340a181ececf104228dec536c0ad9ce78..71c4a9a7fc19dbc1b3959eee18344f756c2596ae 100644 (file)
@@ -53,4 +53,8 @@ public class Constants {
   public static enum Direction {
     LEFT, RIGHT, DOWN, UP, FORWARD, BACKWARD;
   }
+
+  enum Defense {
+    PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHEVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL
+  }
 }