mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 12:33:39 +00:00
9 lines
200 B
C++
9 lines
200 B
C++
#include "AthenaInventoryEquipButtonBase.h"
|
|
|
|
UAthenaInventoryEquipButtonBase::UAthenaInventoryEquipButtonBase() {
|
|
this->ItemWidget = NULL;
|
|
this->EmptyImage = NULL;
|
|
this->SlotIndex = 0;
|
|
}
|
|
|