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

8 lines
212 B
C++
Executable file

#include "BTDecorator_InRangeEx.h"
UBTDecorator_InRangeEx::UBTDecorator_InRangeEx() {
this->MinRange = 0.00f;
this->MaxRange = 1000.00f;
this->GeometricDistanceType = FAIDistanceType::Distance3D;
}