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

7 lines
156 B
C++

#include "FortMaterialProgressBarSectionInfo.h"
FFortMaterialProgressBarSectionInfo::FFortMaterialProgressBarSectionInfo() {
this->Percent = 0.00f;
}