RoboidControl-cpp/Sensor.cpp

6 lines
92 B
C++

#include "Sensor.h"
Sensor::Sensor() {
// this->isSensor = true;
type = Type::Sensor;
}