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

9 lines
221 B
C++

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