From: shainachen Date: Thu, 12 Jan 2017 03:58:12 +0000 (-0800) Subject: Add command skeletons for Shooter X-Git-Url: http://challenge-bot.com/repos/?a=commitdiff_plain;h=79ba119a3b75a1cf9866fc701399d05ed450233f;hp=8b5b2de64b86f0e4a557ab43bf6a2026c9ea9964;p=3501%2F2017steamworks Add command skeletons for Shooter --- 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 index 0000000..561448a --- /dev/null +++ b/src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java @@ -0,0 +1,5 @@ +package org.usfirst.frc.team3501.robot.subsystems; + +public class Shooter { + +}