Files
2026-04-22 15:51:07 +02:00

23 lines
592 B
C++

#include "FortAthenaLoadout.h"
FFortAthenaLoadout::FFortAthenaLoadout() {
this->SkyDiveContrail = NULL;
this->Glider = NULL;
this->Pickaxe = NULL;
this->bIsDefaultCharacter = false;
this->Character = NULL;
this->bForceUpdateVariants = false;
this->Hat = NULL;
this->Backpack = NULL;
this->LoadingScreen = NULL;
this->BattleBus = NULL;
this->VehicleDecoration = NULL;
this->CallingCard = NULL;
this->MapMarker = NULL;
this->VictoryPose = NULL;
this->MusicPack = NULL;
this->ItemWrapOverride = NULL;
this->PetSkin = NULL;
}