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

8 lines
169 B
C++

#include "FortReactiveQuestDialogue.h"
FFortReactiveQuestDialogue::FFortReactiveQuestDialogue() {
this->Conversation = NULL;
this->PlayOnObjectiveCount = 0;
}