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