#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; }