9 lines
240 B
C++
Executable file
9 lines
240 B
C++
Executable file
#include "DroneTargetSensingComponent.h"
|
|
|
|
UDroneTargetSensingComponent::UDroneTargetSensingComponent() {
|
|
this->PulseFrom = NULL;
|
|
this->SensingRange = 0.00f;
|
|
this->SensingIntervals = 0.00f;
|
|
this->NeedsLineOfSight = false;
|
|
}
|
|
|