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

10 lines
240 B
C++
Executable file

#include "BeardColorVanityItem.h"
UBeardColorVanityItem::UBeardColorVanityItem() {
this->HairColor = NULL;
this->EyebrowColor = NULL;
this->MoustacheColor = NULL;
this->SideburnColor = NULL;
this->BeardColor = NULL;
}