#include "FortPlayerAttributeSets.h" FFortPlayerAttributeSets::FFortPlayerAttributeSets() { this->HealthSet = NULL; this->ControlResistanceSet = NULL; this->DamageSet = NULL; this->MovementSet = NULL; this->AdvancedMovementSet = NULL; this->ConstructionSet = NULL; this->PlayerAttrSet = NULL; this->CharacterAttrSet = NULL; this->WeaponAttrSet = NULL; this->HomebaseSet = NULL; }