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

16 lines
422 B
C++

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