Files
FNGameProj/Source/FortniteGame/Private/FortAnimNotifyState_SpawnEmoteEmitter.cpp
2024-01-21 00:41:14 +01:00

8 lines
197 B
C++

#include "FortAnimNotifyState_SpawnEmoteEmitter.h"
UFortAnimNotifyState_SpawnEmoteEmitter::UFortAnimNotifyState_SpawnEmoteEmitter() {
this->EmitterTemplate = NULL;
this->EmitterId = 0;
}