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

10 lines
222 B
C++

#include "PartyAssistQuestData.h"
FPartyAssistQuestData::FPartyAssistQuestData() {
this->AssistedQuestDef = NULL;
this->AssistedPlayer = NULL;
this->CurrentQuestStage = 0;
this->QuestCompleted = false;
}