RoboidControl-cpp/Sensor.cpp
2023-11-29 17:03:49 +01:00

6 lines
97 B
C++

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