11 lines
303 B
C++
Executable file
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;
|
|
}
|
|
|