6 lines
116 B
C++
Executable file
6 lines
116 B
C++
Executable file
#include "BTDecorator_IsFacing.h"
|
|
|
|
UBTDecorator_IsFacing::UBTDecorator_IsFacing() {
|
|
this->MaxAngle = 35.00f;
|
|
}
|
|
|