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

11 lines
320 B
C++

#include "FortCosmeticNumericalVariant.h"
UFortCosmeticNumericalVariant::UFortCosmeticNumericalVariant() {
this->DefaultStartingNumeric = 14;
this->MinNumericalValue = 0;
this->MaxNumbericalValue = 99;
this->ZerosDigitParamName = TEXT("Zero_Digit");
this->TensDigitParamName = TEXT("Ten_Digit");
}