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

12 lines
289 B
C++
Executable file

#include "FSDFlyingBugController.h"
void AFSDFlyingBugController::OnFlyingBugAlerted() {
}
AFSDFlyingBugController::AFSDFlyingBugController() {
this->BehaviourTree = NULL;
this->UpdateLosInterval = -1.00f;
this->SetTargetOnAlert = true;
this->SyncTargetWithBB = true;
}