Files
2026-04-22 15:51:07 +02: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;
}