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

9 lines
244 B
C++
Executable file

#include "FindPointKeepingDistanceProbe.h"
AFindPointKeepingDistanceProbe::AFindPointKeepingDistanceProbe() {
this->MinDistance = 800.00f;
this->MaxDistance = 2000.00f;
this->Target = NULL;
this->IdealTargetDist = 1500.00f;
}