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

10 lines
206 B
C++

#include "FortSquadStatValueWithIcon.h"
UFortSquadStatValueWithIcon::UFortSquadStatValueWithIcon() {
this->ImageSize = EFortBrushSize::VeryVerySmall;
this->Value = NULL;
this->Icon = NULL;
}