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