This commit is contained in:
samuel desharnais
2023-03-07 19:11:12 -05:00
12 changed files with 218 additions and 32 deletions

View File

@ -41,7 +41,9 @@ public class GratteBaisser extends CommandBase {
// Called once the command ends or is interrupted.
@Override
public void end(boolean interrupted) {}
public void end(boolean interrupted) {
}
// Returns true when the command should end.
@Override