Files
2026-04-22 15:51:07 +02:00

12 lines
173 B
C++

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