6 lines
120 B
C++
Executable file
6 lines
120 B
C++
Executable file
#include "BTDecorator_RandomLoop.h"
|
|
|
|
UBTDecorator_RandomLoop::UBTDecorator_RandomLoop() {
|
|
this->Chance = 50.00f;
|
|
}
|
|
|