DRG-Femboy-Voice/Source/FSD/Private/DroneTargetSensingComponent.cpp
2025-04-15 12:39:31 -07:00

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;
}