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

8 lines
160 B
C++
Executable file

#include "VanityTattoo.h"
UVanityTattoo::UVanityTattoo() {
this->RotationAngle = -100.00f;
this->ScaleBase = 0.25f;
this->ScaleStretch = 1.00f;
}