DRG-Femboy-Voice/Source/FSD/Private/ItemsBarIcon.cpp
2025-04-15 12:39:31 -07:00

13 lines
233 B
C++
Executable file

#include "ItemsBarIcon.h"
UItemsBarIcon::UItemsBarIcon() : UUserWidget(FObjectInitializer::Get()) {
this->Selected = false;
this->ItemBar = NULL;
this->Character = NULL;
this->Item = NULL;
this->Index = 0;
}