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

10 lines
274 B
C++
Executable file

#include "LevelGenerationCarverComponent2.h"
ULevelGenerationCarverComponent2::ULevelGenerationCarverComponent2() {
this->Carver = NULL;
this->CarvingDisabled = false;
this->PreviewSeed = 0;
this->SelfActivate = false;
this->PreviewComponent = NULL;
}