Add constructors to command skeletons
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheel.java
index bf884e07e5d5dedf69bd212844693b387b85a7a1..8814b2ce6ae2fb106bd4c6d194d13d519f3f3d74 100644 (file)
@@ -11,6 +11,9 @@ import edu.wpi.first.wpilibj.command.Command;
  *            in seconds
  */
 public class RunIndexWheel extends Command {
+       public RunIndexWheel() {
+
+       }
 
        // Called just before this Command runs the first time
        @Override