7 lines
166 B
C++
Executable file
7 lines
166 B
C++
Executable file
#include "BTDecorator_IsUnderCeiling.h"
|
|
|
|
UBTDecorator_IsUnderCeiling::UBTDecorator_IsUnderCeiling() {
|
|
this->Acceptance = 100.00f;
|
|
this->DrawDebug = false;
|
|
}
|
|
|