add 10 ball shoot auton skeleton
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commandGroups / TenBallScoreAuton.java
1 package org.usfirst.frc.team3501.robot.commandGroups;
2
3 /***
4 * Auton strategy to score 10 balls and then cross the baseline.
5 *
6 * @author Tanguy
7 *
8 */
9 public class TenBallScoreAuton {
10
11 }