Files
FNGameProj/Source/FortniteGame/Private/FortGeneratedDifficultyOptions.cpp
T
2024-03-03 23:44:39 +01:00

10 lines
315 B
C++

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