DRG-Femboy-Voice/Source/FSD/Private/PLSTester.cpp
2025-04-15 12:39:31 -07:00

18 lines
461 B
C++
Executable file

#include "PLSTester.h"
APLSTester::APLSTester() {
this->PLSSeed = -1;
this->MissionSeed = -1;
this->GlobalSeed = -1;
this->GlobalMissionIndex = 0;
this->limitComplexity = NULL;
this->limitDuration = NULL;
this->Mutator = NULL;
this->SpecialEvent = NULL;
this->Biome = NULL;
this->MissionTemplate = NULL;
this->CustomMissionTemplate = NULL;
this->OverrideDifficulty = NULL;
this->SimulatePlayerCount = -1;
}