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

20 lines
567 B
C++

#include "AthenaChallengeSetImageGrid.h"
void UAthenaChallengeSetImageGrid::ApplyNextSort() {
}
UAthenaChallengeSetImageGrid::UAthenaChallengeSetImageGrid() {
this->Text_ChallengeContext = NULL;
this->Text_ChallengeSetName = NULL;
this->ChallengeProgress_Completion = NULL;
this->Countdown_TimeRemaining = NULL;
this->SwipePanel_ChangeSet = NULL;
this->CompletionReward_Entry = NULL;
this->ChallengeDetail_List = NULL;
this->ChallengeDetail_ImageGrid = NULL;
this->Button_PreviousSet = NULL;
this->Button_NextSet = NULL;
}