Files
UnrealEvent/Project/Source/FortniteUI/Private/FortUIStatStyle.cpp
T
2026-04-22 15:51:07 +02:00

8 lines
163 B
C++

#include "FortUIStatStyle.h"
FFortUIStatStyle::FFortUIStatStyle() {
this->NumericType = ECommonNumericType::Number;
this->MinimalNotableValue = 0.00f;
}