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

9 lines
201 B
C++
Executable file

#include "BoxGenerationComponent.h"
UBoxGenerationComponent::UBoxGenerationComponent() {
this->IsCarver = false;
this->NoiseRange = 0.00f;
this->Visible = true;
this->Noise = NULL;
}