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

9 lines
221 B
C++

#include "FortQuestAchievementTableRow.h"
FFortQuestAchievementTableRow::FFortQuestAchievementTableRow() {
this->QuestState = EFortQuestState::Inactive;
this->XboxAchievementID = 0;
this->PS4TrophyID = 0;
}