frc6377 / crescendo_2024

Other
5 stars 2 forks source link

Use `protected` for subsystem methods #189

Open azvanderpas opened 8 months ago

azvanderpas commented 8 months ago

Some or all of the subsystem methods are only expected to be used by the related Command Factory class. These methods should become protected instead of public