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

8 lines
231 B
C++
Executable file

#include "ReplaceSkeletonMeshUpgradeElement.h"
UReplaceSkeletonMeshUpgradeElement::UReplaceSkeletonMeshUpgradeElement() {
this->TargetMesh = NULL;
this->ReplaceWithMesh = NULL;
this->ReplaceWithAnimInstance = NULL;
}