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

8 lines
173 B
C++

#include "FortAthenaAIBotAlertLevelConfig.h"
UFortAthenaAIBotAlertLevelConfig::UFortAthenaAIBotAlertLevelConfig() {
AlertLevels = 0;
ScalableSenseConfig = NULL;
}