public ExampleCommand(Subsystems.ExampleSubsystem subsystem)
 {
     Requires(subsystem);
 }
Example #2
0
 public ExampleAutonomousCommand(Subsystems.ExampleSubsystem subsystem)
 {
     Requires(subsystem);
 }