9 lines
244 B
C++
Executable file
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;
|
|
}
|
|
|