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

7 lines
176 B
C++
Executable file

#include "BTDecorator_CheckObstruction.h"
UBTDecorator_CheckObstruction::UBTDecorator_CheckObstruction() {
this->range = 2000.00f;
this->UseOwnerCenterMass = true;
}