mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
16 lines
362 B
C++
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;
|
|
}
|
|
|