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

12 lines
184 B
C++
Executable file

#include "CSGBake.h"
void UCSGBake::BakeCSG() {
}
UCSGBake::UCSGBake() {
this->NumVariations = 1;
this->InitialSeed = 0;
this->IsBaking = false;
this->CDO = NULL;
}