#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; }