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

9 lines
213 B
C++

#include "FortAthenaInventoryInformation.h"
FFortAthenaInventoryInformation::FFortAthenaInventoryInformation() {
this->EquipMaxDistance = 0.00f;
this->ItemDefinition = NULL;
this->FortItem = NULL;
}