Add constructors to command skeletons
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheelContinuous.java
index 412b4731d160ed5c947b0597290dea34fa862bc9..cd3b1d4f4fbd1f409e2ed38668442291f3f8c6c5 100644 (file)
@@ -6,6 +6,9 @@ import edu.wpi.first.wpilibj.command.Command;
  * Runs index wheel continuously until ________
  */
 public class RunIndexWheelContinuous extends Command {
+       public RunIndexWheelContinuous() {
+
+       }
 
        // Called just before this Command runs the first time
        @Override