7 lines
169 B
C++
Executable file
7 lines
169 B
C++
Executable file
#include "BTTask_FindPointNearTarget.h"
|
|
|
|
UBTTask_FindPointNearTarget::UBTTask_FindPointNearTarget() {
|
|
this->Distance = 0.00f;
|
|
this->FromCenterOfMass = false;
|
|
}
|
|
|