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