add option for no auton
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 570b44cfff4b1c4e78951235e9a44ac25f3ff41c..14714a72bc90214a9f43892a36957b8aef64d0cd 100644 (file)
@@ -136,6 +136,6 @@ public class Constants {
   }
 
   public enum Defense {
-    PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHIVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL, RAMPART;
+    PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHIVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL, RAMPART, NONE;
   }
 }