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

13 lines
332 B
C++
Executable file

#include "BeardVanityItem.h"
UBeardVanityItem::UBeardVanityItem() {
this->BeardThickness = 0.00f;
this->RequiresSlimArmor = false;
this->UseHairColor = true;
this->UseArmorColor = false;
this->HideEyebrows = false;
this->HideSideburns = false;
this->HideMoustache = false;
this->HideAll = false;
}