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