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

8 lines
176 B
C++

#include "AthenaMinimalChallengeInfoEntry.h"
UAthenaMinimalChallengeInfoEntry::UAthenaMinimalChallengeInfoEntry() {
this->ChallengeProgress_ObjectivesComplete = NULL;
}