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