Added EightballAutoMid

Co-Authored-By: kyrarivera <kyrarivera@users.noreply.github.com>
This commit is contained in:
Aarav Shah
2020-03-09 19:53:07 -06:00
parent 7a0d9e4cda
commit 0c925451dc
22 changed files with 70 additions and 11 deletions
@@ -29,8 +29,7 @@ public class SixBallAutoMiddle extends SequentialCommandGroup {
// super(new FooCommand(), new BarCommand());
addCommands(
paths[0],
paths[1]
paths[0]
);
}
}