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

8 lines
189 B
C++

#include "PartyMemberAssistedChallengeInfo.h"
FPartyMemberAssistedChallengeInfo::FPartyMemberAssistedChallengeInfo() {
this->QuestItemDef = NULL;
this->ObjectivesCompleted = 0;
}