Add command skeletons for Shooter
authorshainachen <shaina.sierra@gmail.com>
Thu, 12 Jan 2017 03:58:12 +0000 (19:58 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Sat, 14 Jan 2017 22:28:36 +0000 (14:28 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java [new file with mode: 0644]

diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java b/src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java
new file mode 100644 (file)
index 0000000..561448a
--- /dev/null
@@ -0,0 +1,5 @@
+package org.usfirst.frc.team3501.robot.subsystems;
+
+public class Shooter {
+
+}