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

9 lines
213 B
C++

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