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

18 lines
540 B
C++

#include "AthenaChallengeSetDetails.h"
UAthenaChallengeSetDetails::UAthenaChallengeSetDetails() {
this->Text_ChallengeContext = NULL;
this->Text_ChallengeSetName = NULL;
this->ChallengeProgress_Completion = NULL;
this->Countdown_TimeRemaining = NULL;
this->SwipePanel_ChangeSet = NULL;
this->VB_ChallengeExtensions = NULL;
this->ChallengeDetail_ListPanel = NULL;
this->SB_MainContent = NULL;
this->ItemInfo_PreviewedItem = NULL;
this->Button_PreviousSet = NULL;
this->Button_NextSet = NULL;
}