Create Shoot command group skeleton
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commandGroups / Shoot.java
1 package org.usfirst.frc.team3501.robot.commandGroups;
2
3 import edu.wpi.first.wpilibj.command.CommandGroup;
4
5 public class Shoot extends CommandGroup {
6 public Shoot() {
7
8 }
9 }