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

8 lines
167 B
C++
Executable file

#include "ConvexNoiseProperties.h"
FConvexNoiseProperties::FConvexNoiseProperties() {
this->Amplitude = 0.00f;
this->GridSize = 0.00f;
this->Seed = 0;
}