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

9 lines
151 B
C++

#include "FortGadgetsWidgetBase.h"
UFortGadgetsWidgetBase::UFortGadgetsWidgetBase() {
this->GadgetIcon1 = NULL;
this->GadgetIcon2 = NULL;
}