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

7 lines
166 B
C++
Executable file

#include "BTDecorator_IsUnderCeiling.h"
UBTDecorator_IsUnderCeiling::UBTDecorator_IsUnderCeiling() {
this->Acceptance = 100.00f;
this->DrawDebug = false;
}