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

10 lines
319 B
C++

#include "FortGeneratedDifficultyOptions.h"
FFortGeneratedDifficultyOptions::FFortGeneratedDifficultyOptions() {
this->GameDifficultyAtGeneration = 0.00f;
this->DifficultyOptionPointsAvailableAtGeneration = 0;
this->MaxEncounterSpawnPointsAtGeneration = 0;
this->MinDifficultyOptionPointsToUse = 0;
}