Files
2026-04-22 15:51:07 +02:00

10 lines
222 B
C++

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