RoboidControl-cpp/Sensor.cpp

6 lines
97 B
C++

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