Files
FNGameProj/Source/FortniteUI/Private/AthenaChallengeRewardDisplay.cpp
2024-01-21 00:41:14 +01:00

8 lines
226 B
C++

#include "AthenaChallengeRewardDisplay.h"
UAthenaChallengeRewardDisplay::UAthenaChallengeRewardDisplay() : UUserWidget(FObjectInitializer::Get()) {
this->EntryBox_Rewards = NULL;
this->Image_CompletionIcon = NULL;
}