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

10 lines
195 B
C++

#include "AthenaChallengeScreenTileBase.h"
UAthenaChallengeScreenTileBase::UAthenaChallengeScreenTileBase() {
this->Text_ChallengeName = NULL;
this->LazyImage_RewardPreview = NULL;
}