X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=71c4a9a7fc19dbc1b3959eee18344f756c2596ae;hb=53d61b3e2d15d705cf14483a04aec80cdfb184e3;hp=c01441f340a181ececf104228dec536c0ad9ce78;hpb=78d476cc9bc601e395b546ca09cdfd1c703acb51;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index c01441f3..71c4a9a7 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -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 + } }