Files
FNGameProj/Source/FortniteGame/Private/FortRarityItemData.cpp
2024-01-21 00:41:14 +01: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;
}