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

9 lines
200 B
C++

#include "AthenaInventoryEquipButtonBase.h"
UAthenaInventoryEquipButtonBase::UAthenaInventoryEquipButtonBase() {
this->ItemWidget = NULL;
this->EmptyImage = NULL;
this->SlotIndex = 0;
}