6 lines
143 B
C++
Executable file
6 lines
143 B
C++
Executable file
#include "SDFRandomDisableProperties.h"
|
|
|
|
FSDFRandomDisableProperties::FSDFRandomDisableProperties() {
|
|
this->DisableProbability = 0.00f;
|
|
}
|
|
|