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

22 lines
684 B
C++

#include "AthenaGameData.h"
UAthenaGameData::UAthenaGameData() {
this->FallbackSeason = NULL;
this->DefaultBattleBusSkin = NULL;
this->DefaultGliderSkin = NULL;
this->DefaultContrailEffect = NULL;
this->DefaultMusicPack = NULL;
this->CosmeticMarkupTable = NULL;
this->ItemWrapConfigAsset = NULL;
this->PlaceholderItemToShowForDeniedCosmetics = NULL;
this->TimeOfDayRGBForPeripherals = NULL;
this->AthenaSoundMix = NULL;
this->AthenaReverbEffect = NULL;
this->VisualizationSoundMix = NULL;
this->DroneCameraAnim = NULL;
this->ThirdPersonCameraAnim = NULL;
this->ArenaCameraAnim = NULL;
this->RespawnDataTable = NULL;
}