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

14 lines
369 B
C++

#include "FortRequirementsInfo.h"
FFortRequirementsInfo::FFortRequirementsInfo() {
this->CommanderLevel = 0;
this->PersonalPowerRating = 0;
this->MaxPersonalPowerRating = 0;
this->PartyPowerRating = 0;
this->MaxPartyPowerRating = 0;
this->QuestDefinition = NULL;
this->UncompletedQuestDefinition = NULL;
this->ItemDefinition = NULL;
}