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

13 lines
360 B
C++
Executable file

#include "BTServer_ChaseTarget.h"
UBTServer_ChaseTarget::UBTServer_ChaseTarget() {
this->MustBeAlive = false;
this->MustBeUnparalyzed = false;
this->PreferNewTarget = false;
this->IsFlying = false;
this->CanShoot = false;
this->TargetingRange = 3500.00f;
this->SwitchTargetTime = 0.00f;
this->SwitchTargetDeviation = 0.00f;
}