Files
2026-04-22 15:51:07 +02:00

10 lines
206 B
C++

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