Files
FNGameProj/Source/FortniteGame/Private/SectionNameAndWeight.cpp
2024-01-21 00:41:14 +01:00

7 lines
120 B
C++

#include "SectionNameAndWeight.h"
FSectionNameAndWeight::FSectionNameAndWeight() {
this->SectionWeight = 0.00f;
}