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

7 lines
167 B
C++
Executable file

#include "BTDecorator_InRangeOfTarget.h"
UBTDecorator_InRangeOfTarget::UBTDecorator_InRangeOfTarget() {
this->MinRange = 0.00f;
this->MaxRange = 1000.00f;
}