mirror of
https://github.com/team2059/Dent
synced 2025-01-07 22:14:14 -05:00
8 lines
137 B
C++
8 lines
137 B
C++
|
#include "Elevator.h"
|
||
|
#include "../RobotMap.h"
|
||
|
|
||
|
Elevator::Elevator() : Subsystem("Elevator") {
|
||
|
}
|
||
|
void Elevator::InitDefaultCommand() {
|
||
|
}
|