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

7 lines
175 B
C++
Executable file

#include "CSGBakedChildInstanceProperties.h"
FCSGBakedChildInstanceProperties::FCSGBakedChildInstanceProperties() {
this->BakedCSG = NULL;
this->VariantIndex = 0;
}