Files
UnrealEvent/Project/Source/FortniteUI/Private/AthenaChallengeCountdownDisplay.cpp
2026-04-22 15:51:07 +02:00

9 lines
256 B
C++

#include "AthenaChallengeCountdownDisplay.h"
UAthenaChallengeCountdownDisplay::UAthenaChallengeCountdownDisplay() : UUserWidget(FObjectInitializer::Get()) {
this->DisplayType = ECountdownDisplay::EventEndTime;
this->Text_TimeRemaining = NULL;
}