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/?p=3501%2F2017steamworks;a=commitdiff_plain;h=79ba119a3b75a1cf9866fc701399d05ed450233f 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 { + +}