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

8 lines
201 B
C++
Executable file

#include "LineSegmentFillerComponent.h"
ULineSegmentFillerComponent::ULineSegmentFillerComponent() {
this->LinePoints.AddDefaulted(2);
this->Visible = true;
this->NoiseOverride = NULL;
}