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