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

11 lines
217 B
C++

#include "FortRarityItemData.h"
FFortRarityItemData::FFortRarityItemData() {
this->Radius = 0.00f;
this->Falloff = 0.00f;
this->Brightness = 0.00f;
this->Roughness = 0.00f;
this->Glow = 0.00f;
}