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

15 lines
352 B
C++

#include "AthenaChallengeInfoPanelEntry.h"
void UAthenaChallengeInfoPanelEntry::HandleQuestsUpdated() {
}
UAthenaChallengeInfoPanelEntry::UAthenaChallengeInfoPanelEntry() {
this->Image_AssistIcon = NULL;
this->RichText_AssistTarget = NULL;
this->RichText_ChallengeDesc = NULL;
this->ChallengeProgress_ObjectivesCompleted = NULL;
}