8 lines
226 B
C++
Executable file
8 lines
226 B
C++
Executable file
#include "AnimNotifyState_SpawnSkeletalMesh.h"
|
|
|
|
UAnimNotifyState_SpawnSkeletalMesh::UAnimNotifyState_SpawnSkeletalMesh() {
|
|
this->Mesh = NULL;
|
|
this->AnimationToPlay = NULL;
|
|
this->UseFirstPersonComponent = false;
|
|
}
|
|
|