mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
9 lines
224 B
C++
9 lines
224 B
C++
#include "AthenaChallengeDisplayData.h"
|
|
|
|
UAthenaChallengeDisplayData::UAthenaChallengeDisplayData() {
|
|
this->SoonDisplayMinuteThreshold = 15;
|
|
this->PartyAssistIcon = NULL;
|
|
this->ExternalPartyAssistIcon = NULL;
|
|
}
|
|
|