Skip to content

Commit

Permalink
Co-authored-by: Tmanxyz <Tmanxyz@users.noreply.github.com>
Browse files Browse the repository at this point in the history
Co-authored-by: Owen-Zeng <Owen-Zeng@users.noreply.github.com>
  • Loading branch information
zixifeng12 committed Mar 26, 2024
1 parent 20402dc commit 34a0dd2
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package com.stuypulse.robot.commands.auton;

import com.stuypulse.robot.commands.shooter.ShootCommand;

import edu.wpi.first.wpilibj2.command.SequentialCommandGroup;




public class PreloadMobility extends SequentialCommandGroup {

public PreloadMobility() {
addCommands(


);
}
}

0 comments on commit 34a0dd2

Please sign in to comment.