mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
18 lines
540 B
C++
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;
|
|
}
|
|
|