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

7 lines
142 B
C++

#include "FortGameplayCueNotify_Actor.h"
AFortGameplayCueNotify_Actor::AFortGameplayCueNotify_Actor() {
this->ExecutionTarget = NULL;
}