7 lines
176 B
C++
Executable file
7 lines
176 B
C++
Executable file
#include "BTDecorator_CheckObstruction.h"
|
|
|
|
UBTDecorator_CheckObstruction::UBTDecorator_CheckObstruction() {
|
|
this->range = 2000.00f;
|
|
this->UseOwnerCenterMass = true;
|
|
}
|
|
|