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

11 lines
334 B
C++

#include "FortDisplayAttribute.h"
FFortDisplayAttribute::FFortDisplayAttribute() {
this->NumericValue = 0.00f;
this->DisplayType = EFortStatValueDisplayType::BasicPaired;
this->BuffState = EFortBuffState::NoChange;
this->ClampState = EFortClampState::NoClamp;
this->ComparisonType = EFortComparisonType::None;
}