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

7 lines
191 B
C++
Executable file

#include "AnimNotifyState_SpawnAndReleaseActor.h"
UAnimNotifyState_SpawnAndReleaseActor::UAnimNotifyState_SpawnAndReleaseActor() {
this->Actor = NULL;
this->ManualDetach = false;
}