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

11 lines
316 B
C++

#include "FortGameplayCueNotifyAthena_AIAlertState.h"
AFortGameplayCueNotifyAthena_AIAlertState::AFortGameplayCueNotifyAthena_AIAlertState() {
CustomPrimitiveDataFloatIndex = 0;
StealthMeterStartValue = 1;
CurrentStealthMeterPctFilled = 1;
CachedAlertStateComp = NULL;
CachedMeshComp = NULL;
}