7 lines
179 B
C++
Executable file
7 lines
179 B
C++
Executable file
#include "EnemySpawnEffectsByKeyAnimNotify.h"
|
|
|
|
UEnemySpawnEffectsByKeyAnimNotify::UEnemySpawnEffectsByKeyAnimNotify() {
|
|
this->EffectKey = NULL;
|
|
this->Attached = false;
|
|
}
|
|
|