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

8 lines
142 B
C++

#include "FortRewardReport.h"
FFortRewardReport::FFortRewardReport() {
this->DifficultyValue = 0.00f;
this->bIsFinalized = false;
}