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

6 lines
143 B
C++
Executable file

#include "CSGRandomDisableProperties.h"
FCSGRandomDisableProperties::FCSGRandomDisableProperties() {
this->DisableProbability = 0.00f;
}