mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
11 lines
288 B
C++
11 lines
288 B
C++
#include "FortCosmeticNumericalVariant.h"
|
|
|
|
UFortCosmeticNumericalVariant::UFortCosmeticNumericalVariant() {
|
|
DefaultStartingNumeric = 0;
|
|
MinNumericalValue = 0;
|
|
MaxNumbericalValue = 0;
|
|
ZerosDigitParamName = TEXT("Zero_Digit");
|
|
TensDigitParamName = TEXT("Ten_Digit");
|
|
}
|
|
|