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

7 lines
123 B
C++
Executable file

#include "PillarSegment.h"
FPillarSegment::FPillarSegment() {
this->Scale = 0.00f;
this->HeightOffset = 0.00f;
}