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

12 lines
263 B
C++
Executable file

#include "VanityTestCharacter.h"
void AVanityTestCharacter::SetupVanity() {
}
AVanityTestCharacter::AVanityTestCharacter() {
this->ArmorThickness = 0.00f;
this->BeardThickness = 0.00f;
this->ArmorCoversBeard = false;
this->WeaponMesh = NULL;
}