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