Files
FNGameProj/Source/FortniteGame/Private/AthenaCharacterItemDefinition.cpp
2024-01-21 00:41:14 +01:00

9 lines
227 B
C++

#include "AthenaCharacterItemDefinition.h"
UAthenaCharacterItemDefinition::UAthenaCharacterItemDefinition() {
this->HeroDefinition = NULL;
this->DefaultBackpack = NULL;
ItemType = EFortItemType::AthenaBackpack;
}