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

9 lines
224 B
C++

#include "AthenaChallengeDisplayData.h"
UAthenaChallengeDisplayData::UAthenaChallengeDisplayData() {
this->SoonDisplayMinuteThreshold = 15;
this->PartyAssistIcon = NULL;
this->ExternalPartyAssistIcon = NULL;
}