Files
FNGameProj/Source/FortniteGame/Private/FortPlayerAttributeSets.cpp
T
2024-06-07 01:17:09 +02:00

16 lines
362 B
C++

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