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

8 lines
226 B
C++
Executable file

#include "AnimNotifyState_SpawnSkeletalMesh.h"
UAnimNotifyState_SpawnSkeletalMesh::UAnimNotifyState_SpawnSkeletalMesh() {
this->Mesh = NULL;
this->AnimationToPlay = NULL;
this->UseFirstPersonComponent = false;
}