Files
FNGameProj/Source/FortniteGame/Private/FortGameplayCueNotify_Loop.cpp
T
2024-06-07 01:17:09 +02:00

20 lines
165 B
C++

#include "FortGameplayCueNotify_Loop.h"
AFortGameplayCueNotify_Loop::AFortGameplayCueNotify_Loop() {
bTickEnabled = false;
TickInterval = 1;
}