7 lines
178 B
C++
Executable file
7 lines
178 B
C++
Executable file
#include "BTService_UpdateMoveToTarget.h"
|
|
|
|
UBTService_UpdateMoveToTarget::UBTService_UpdateMoveToTarget() {
|
|
this->LookAheadTime = 0.00f;
|
|
this->VerticalOffset = 0.00f;
|
|
}
|
|
|