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

7 lines
143 B
C++
Executable file

#include "Curve2DAppearance.h"
FCurve2DAppearance::FCurve2DAppearance() {
this->Thickness = 0.00f;
this->OutlineThickness = 0.00f;
}