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

8 lines
138 B
C++
Executable file

#include "Pillar.h"
FPillar::FPillar() {
this->NoiseOverride = NULL;
this->NoiseScale = 0.00f;
this->EndcapScale = 0.00f;
}