mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
22 lines
684 B
C++
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;
|
|
}
|
|
|