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

11 lines
303 B
C++
Executable file

#include "BTService_FindAttackable.h"
UBTService_FindAttackable::UBTService_FindAttackable() {
this->MustBeAlive = false;
this->SwithToBetterTargets = true;
this->RegisterForPositioning = true;
this->IsFlying = false;
this->CanShoot = false;
this->TargetingRange = 3500.00f;
}