7 lines
167 B
C++
Executable file
7 lines
167 B
C++
Executable file
#include "BTDecorator_InRangeOfTarget.h"
|
|
|
|
UBTDecorator_InRangeOfTarget::UBTDecorator_InRangeOfTarget() {
|
|
this->MinRange = 0.00f;
|
|
this->MaxRange = 1000.00f;
|
|
}
|
|
|