10 lines
273 B
C++
Executable file
10 lines
273 B
C++
Executable file
#include "BTService_FindClosest.h"
|
|
|
|
UBTService_FindClosest::UBTService_FindClosest() {
|
|
this->TargetValidator = NULL;
|
|
this->MustBeAlive = false;
|
|
this->OwnerIsMultiTargeter = false;
|
|
this->ClearTargetIfNotValid = false;
|
|
this->TargetingRange = 3500.00f;
|
|
}
|
|
|