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

9 lines
240 B
C++
Executable file

#include "ProceduralTunnelComponent.h"
UProceduralTunnelComponent::UProceduralTunnelComponent() {
this->TunnelParameters = NULL;
this->CreateDirt = true;
this->DirtInfluencer = NULL;
this->DirtInfluencerRange = 100.00f;
}