[command] Remove old command-based framework (#4211)

This commit is contained in:
Tyler Veness
2022-05-04 22:02:53 -07:00
committed by GitHub
parent ee03a7ad3b
commit 99343d40ba
171 changed files with 32 additions and 12798 deletions

View File

@@ -17,8 +17,6 @@ import java.util.function.BooleanSupplier;
* <p>This class represents a subclass of Trigger that is specifically aimed at buttons on an
* operator interface as a common use case of the more generalized Trigger objects. This is a simple
* wrapper around Trigger with the method names renamed to fit the Button object use.
*
* <p>This class is provided by the OldCommands VendorDep
*/
public class Button extends Trigger {
/**