Using local methods

This commit is contained in:
2024-11-03 14:20:39 -08:00
parent 4351eb9720
commit 417847a6b3

View File

@ -81,7 +81,7 @@ public class LiftSubsystem {
} }
public void start() { public void start() {
setTarget(10); this.toFloor();
} }
} }