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

6 lines
120 B
C++
Executable file

#include "BTDecorator_RandomLoop.h"
UBTDecorator_RandomLoop::UBTDecorator_RandomLoop() {
this->Chance = 50.00f;
}