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

10 lines
278 B
C++
Executable file

#include "AnimNotifyState_SpawnMesh.h"
UAnimNotifyState_SpawnMesh::UAnimNotifyState_SpawnMesh() {
this->Mesh = NULL;
this->HasOverrideMaterial = false;
this->OverrideMaterial = NULL;
this->OverrideMaterialSlot = 0;
this->UseFirstPersonComponent = false;
}