change robot to a final class for better standards
This commit is contained in:
@@ -7,8 +7,7 @@ import org.firstinspires.ftc.teamcode.hardware.RobotHardware;
|
||||
/**
|
||||
* Represents and initializes the complete robot object with subsystems.
|
||||
*/
|
||||
public class Robot {
|
||||
|
||||
public final class Robot {
|
||||
public final RobotHardware robotHardware;
|
||||
|
||||
// Declare other public final subsystems here
|
||||
|
||||
Reference in New Issue
Block a user