7 lines
191 B
C++
Executable file
7 lines
191 B
C++
Executable file
#include "AnimNotifyState_SpawnAndReleaseActor.h"
|
|
|
|
UAnimNotifyState_SpawnAndReleaseActor::UAnimNotifyState_SpawnAndReleaseActor() {
|
|
this->Actor = NULL;
|
|
this->ManualDetach = false;
|
|
}
|
|
|