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

7 lines
154 B
C++
Executable file

#include "BTTask_MoveToTarget.h"
UBTTask_MoveToTarget::UBTTask_MoveToTarget() {
this->AcceptableRadius = 5.00f;
this->ToCenterOfMass = false;
}