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

7 lines
203 B
C++
Executable file

#include "DeepCSGSection.h"
#include "DeepProceduralMeshComponent.h"
ADeepCSGSection::ADeepCSGSection() {
this->DeepMesh = CreateDefaultSubobject<UDeepProceduralMeshComponent>(TEXT("DeepMesh"));
}