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

12 lines
173 B
C++

#include "FortGameplayCueNotify_Loop.h"
AFortGameplayCueNotify_Loop::AFortGameplayCueNotify_Loop() {
this->bTickEnabled = false;
this->TickInterval = 0.50f;
}