Files
FNGameProj/Source/FortniteGame/Private/FortRequirementsInfo.cpp
2024-01-21 00:41:14 +01: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;
}