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

10 lines
236 B
C++
Executable file

#include "TunnelSegmentSetting.h"
UTunnelSegmentSetting::UTunnelSegmentSetting() {
this->Material = NULL;
this->PathfinderNoise = NULL;
this->CielingNoise = NULL;
this->WallNoise = NULL;
this->FloorNoise = NULL;
}