Files
UnrealEvent/Project/Source/FortniteGame/Private/AthenaCharacterItemDefinition.cpp
2026-04-22 15:51:07 +02:00

9 lines
227 B
C++

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