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

8 lines
163 B
C++

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